backup: snapshot before optimization

This commit is contained in:
2026-06-04 16:25:43 +08:00
commit ff2700c067
47 changed files with 3332 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"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"
}