a400130c67
Add coach review APIs, pose calibration thresholds, Gitea CI, Kubernetes skeleton, H5 practice page, and mini program tab bar. Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
755 B
JSON
36 lines
755 B
JSON
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/screening/screening",
|
|
"pages/training/training",
|
|
"pages/login/login"
|
|
],
|
|
"window": {
|
|
"navigationBarTitleText": "Happy Up",
|
|
"navigationBarBackgroundColor": "#1a6fb5",
|
|
"navigationBarTextStyle": "white",
|
|
"backgroundColor": "#eef2f7"
|
|
},
|
|
"tabBar": {
|
|
"color": "#6b7280",
|
|
"selectedColor": "#1a6fb5",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/screening/screening",
|
|
"text": "筛查"
|
|
},
|
|
{
|
|
"pagePath": "pages/training/training",
|
|
"text": "训练"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|