This commit is contained in:
lik
2026-05-28 17:06:18 +08:00
parent a93a75b3c6
commit db0f47d994
582 changed files with 8060 additions and 1781 deletions

View File

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