refactor(tabbar): 更新图标配置和样式处理
- 将首页图标从UI库图标改为本地图片 - 调整tabbar图片样式类写法 - 移除首页页面中的示例代码 - 更新tabbar配置类型和注释说明
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user