fix: tab icon

This commit is contained in:
zzc
2026-01-22 23:43:49 +08:00
parent 64b2abd29e
commit 3ecc525d2c
13 changed files with 21 additions and 21 deletions

View File

@@ -74,24 +74,24 @@
},
"tabBar": {
"color": "#999999",
"selectedColor": "#7DBB9D",
"backgroundColor": "#f6f1ec",
"iconWidth": "8px",
"selectedColor": "#ff3b30",
"backgroundColor": "#ffffff",
"iconWidth": "24px",
"list": [
{
"text": "祝福",
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/images/tabBar/home.png",
"selectedIconPath": "static/images/tabBar/home_s.png"
},
{
"text": "制作",
"text": "定制贺卡",
"pagePath": "pages/make/index",
"iconPath": "static/images/tabBar/message.png",
"selectedIconPath": "static/images/tabBar/message_s.png"
"iconPath": "static/images/tabBar/creation.png",
"selectedIconPath": "static/images/tabBar/creation_s.png"
},
{
"text": "个人中心",
"text": "我的",
"pagePath": "pages/mine/mine",
"iconPath": "static/images/tabBar/me.png",
"selectedIconPath": "static/images/tabBar/me_s.png"