Refactor:删除多余的图片,减小打包体积

This commit is contained in:
lifizer
2025-04-01 14:23:22 +08:00
parent 84562cf6f1
commit d7ccd248b6
28 changed files with 8 additions and 8 deletions
+8 -8
View File
@@ -974,26 +974,26 @@
"list": [
{
"pagePath": "pages/home/index",
"iconPath": "static/tabbar/icon-home.png",
"selectedIconPath": "static/tabbar/icon-home-hot.png",
"iconPath": "",
"selectedIconPath": "",
"text": "首页"
},
{
"pagePath": "pages/cloud/haveFun",
"iconPath": "static/tabbar/icon-land.png",
"selectedIconPath": "static/tabbar/icon-land-hot.png",
"iconPath": "",
"selectedIconPath": "",
"text": "寻趣味"
},
{
"pagePath": "pages/cart",
"iconPath": "static/tabbar/icon-cart.png",
"selectedIconPath": "static/tabbar/icon-cart-hot.png",
"iconPath": "",
"selectedIconPath": "",
"text": "购物车"
},
{
"pagePath": "pages/user/User/index",
"iconPath": "static/tabbar/icon-user.png",
"selectedIconPath": "static/tabbar/icon-user-hot.png",
"iconPath": "",
"selectedIconPath": "",
"text": "我的"
}
]