Refactor: UI & Feature updates (Calculator, UnitConverter, Privacy, Cleanup)

This commit is contained in:
2026-02-09 01:15:19 +08:00
parent fa1a8e083e
commit 2c5d5b7505
52 changed files with 1351 additions and 2702 deletions

View File

@@ -4,17 +4,39 @@
"pages/profile/profile",
"pages/calculator/calculator",
"pages/unit-converter/unit-converter",
"pages/random-draw/random-draw",
"pages/scoreboard/scoreboard",
"pages/date-calc/date-calc",
"pages/logs/logs",
"pages/webview/webview"
"pages/discount/discount",
"pages/history/history",
"pages/about/about",
"pages/privacy/privacy",
"pages/webview/webview",
"pages/logs/logs"
],
"__usePrivacyCheck__": true,
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "道棋百宝箱",
"navigationBarBackgroundColor": "#EBF4F8"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#11616B",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "工具箱",
"iconPath": "assets/tabs/tool.png",
"selectedIconPath": "assets/tabs/tool-active.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"iconPath": "assets/tabs/user.png",
"selectedIconPath": "assets/tabs/user-active.png"
}
]
},
"style": "v2",
"componentFramework": "glass-easel",
"lazyCodeLoading": "requiredComponents"