refactor(tabbar): 更新图标配置和样式处理

- 将首页图标从UI库图标改为本地图片
- 调整tabbar图片样式类写法
- 移除首页页面中的示例代码
- 更新tabbar配置类型和注释说明
This commit is contained in:
feige996
2025-08-04 14:01:39 +08:00
parent 49d8f05f1a
commit edbccb36b3
4 changed files with 22 additions and 16 deletions

View File

@@ -30,8 +30,8 @@
"selectedIconPath": "static/tabbar/homeHL.png",
"pagePath": "pages/index/index",
"text": "首页",
"icon": "home",
"iconType": "uiLib"
"icon": "/static/tabbar/home.png",
"iconType": "local"
},
{
"iconPath": "static/tabbar/example.png",