feat: 添加uni-scss和uni-icons模块并更新页面配置
style: 修复index.vue页面样式注释问题 refactor: 优化pages.json中的tabbar图标配置 docs: 更新相关模块的README和changelog文件
This commit is contained in:
@@ -30,16 +30,16 @@
|
||||
"selectedIconPath": "static/tabbar/homeHL.png",
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"icon": "/static/tabbar/home.png",
|
||||
"iconType": "local"
|
||||
"iconType": "uiLib",
|
||||
"icon": "home"
|
||||
},
|
||||
{
|
||||
"iconPath": "static/tabbar/example.png",
|
||||
"selectedIconPath": "static/tabbar/exampleHL.png",
|
||||
"pagePath": "pages/about/about",
|
||||
"text": "关于",
|
||||
"icon": "i-carbon-code",
|
||||
"iconType": "unocss"
|
||||
"iconType": "unocss",
|
||||
"icon": "i-carbon-code"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user