Refactor: UI & Feature updates (Calculator, UnitConverter, Privacy, Cleanup)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user