Files
yunzerwebsiteallinone/uniapp/static/tabbar/README.md
T
2026-07-15 09:08:52 +08:00

22 lines
804 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# TabBar 图标说明
请将以下 PNG 图标放入此目录(建议尺寸 81x81px):
## 必需图标文件:
1. **dashboard.png** - 仪表盘图标(未选中状态)
2. **dashboard-active.png** - 仪表盘图标(选中状态,主题色 #1989fa
3. **functions.png** - 功能图标(未选中状态)
4. **functions-active.png** - 功能图标(选中状态,主题色 #1989fa
5. **mine.png** - 我的图标(未选中状态)
6. **mine-active.png** - 我的图标(选中状态,主题色 #1989fa
## 图标要求:
- 格式:PNG
- 尺寸:81x81 像素(推荐)
- 未选中颜色:#999999
- 选中颜色:#1989fa
## 临时方案:
如暂无图标资源,可从 iconfont 等图标库下载对应图标,或暂时注释掉 pages.json 中的 iconPath 配置项。