28 lines
726 B
JSON
28 lines
726 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/timer/timer",
|
|
"pages/records/records",
|
|
"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/settings/settings", "text": "设置" }
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|