增加uniapp

This commit is contained in:
2026-07-15 09:08:52 +08:00
parent 4aa9204df7
commit a5d129cfa0
24 changed files with 2136 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
# 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 配置项。