fix: 界面功能整体大调整。

This commit is contained in:
tianyongbao
2026-06-19 07:49:49 +08:00
parent ae55f61051
commit 06fee9863c
14 changed files with 1447 additions and 289 deletions

View File

@@ -113,28 +113,28 @@
],
"tabBar": {
"color": "#999999",
"selectedColor": "#667eea",
"borderStyle": "white",
"color": "#64748b",
"selectedColor": "#0f766e",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_.png",
"iconPath": "static/images/tabbar/tab-coin.png",
"selectedIconPath": "static/images/tabbar/tab-coin-active.png",
"text": "纪念币"
},
{
"pagePath": "pages/banknote/index",
"iconPath": "static/images/tabbar/work.png",
"selectedIconPath": "static/images/tabbar/work_.png",
"iconPath": "static/images/tabbar/tab-banknote.png",
"selectedIconPath": "static/images/tabbar/tab-banknote-active.png",
"text": "纪念钞"
}
,
{
"pagePath": "pages/metal/index",
"iconPath": "static/images/tabbar/statistic.png",
"selectedIconPath": "static/images/tabbar/statistic.png",
"iconPath": "static/images/tabbar/tab-metal.png",
"selectedIconPath": "static/images/tabbar/tab-metal-active.png",
"text": "贵金属"
}
]