Files
wx_pbzc/app.json
T

32 lines
889 B
JSON

{
"pages": [
"pages/index/index",
"pages/timer/timer",
"pages/records/records",
"pages/leaderboard/leaderboard",
"pages/settings/settings"
],
"window": {
"navigationBarBackgroundColor": "#FF6B35",
"navigationBarTitleText": "平板支撑训练",
"navigationBarTextStyle": "white",
"backgroundColor": "#F5F5F5"
},
"tabBar": {
"custom": true,
"color": "#999999",
"selectedColor": "#FF6B35",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{ "pagePath": "pages/index/index", "text": "训练" },
{ "pagePath": "pages/records/records", "text": "记录" },
{ "pagePath": "pages/leaderboard/leaderboard", "text": "排行" },
{ "pagePath": "pages/settings/settings", "text": "设置" }
]
},
"darkmode": true,
"themeLocation": "theme.json",
"sitemapLocation": "sitemap.json"
}