43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/profile/profile",
|
|
"pages/calculator/calculator",
|
|
"pages/unit-converter/unit-converter",
|
|
"pages/discount/discount",
|
|
"pages/history/history",
|
|
"pages/about/about",
|
|
"pages/privacy/privacy",
|
|
"pages/webview/webview",
|
|
"pages/logs/logs"
|
|
],
|
|
"__usePrivacyCheck__": false,
|
|
"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"
|
|
} |