This commit is contained in:
lik
2026-09-03 13:29:39 +08:00
parent 16ba1f654a
commit e7b27888e3
17 changed files with 565 additions and 265 deletions
+4 -4
View File
@@ -25,7 +25,7 @@
},
"tabBar": {
"color": "#8a8a8a",
"selectedColor": "#1296db",
"selectedColor": "#1a8a63",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
@@ -33,19 +33,19 @@
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-blue.png"
"selectedIconPath": "images/home-green.png"
},
{
"pagePath": "pages/ai/index",
"text": "AI",
"iconPath": "images/chat.png",
"selectedIconPath": "images/chat-blue.png"
"selectedIconPath": "images/chat-green.png"
},
{
"pagePath": "pages/set/index",
"text": "设置",
"iconPath": "images/set.png",
"selectedIconPath": "images/set-blue.png"
"selectedIconPath": "images/set-green.png"
}
]
},