界面改版

This commit is contained in:
lik
2026-05-28 19:27:15 +08:00
parent db0f47d994
commit 9447452e6f
17 changed files with 48 additions and 32 deletions

View File

@@ -15,7 +15,7 @@
},
"tabBar": {
"color": "#999999",
"selectedColor": "#D4A853",
"selectedColor": "#2D6A4F",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
@@ -23,19 +23,19 @@
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-active.png"
"selectedIconPath": "images/home-green.png"
},
{
"pagePath": "pages/ai/aichat",
"text": "AI客服",
"iconPath": "images/ai.png",
"selectedIconPath": "images/ai-active.png"
"selectedIconPath": "images/ai-green.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "images/mine.png",
"selectedIconPath": "images/mine-active.png"
"selectedIconPath": "images/mine-green.png"
}
]
},