个人中心页面初步实现

This commit is contained in:
时舟年
2026-06-04 14:25:12 +08:00
parent 7350293d0e
commit 1922d0fb1e
-4
View File
@@ -3,28 +3,24 @@
{ {
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"navigationStyle": "custom",
"navigationBarTitleText": "健身房" "navigationBarTitleText": "健身房"
} }
}, },
{ {
"path": "pages/course/index", "path": "pages/course/index",
"style": { "style": {
"navigationStyle": "custom",
"navigationBarTitleText": "课程" "navigationBarTitleText": "课程"
} }
}, },
{ {
"path": "pages/train/index", "path": "pages/train/index",
"style": { "style": {
"navigationStyle": "custom",
"navigationBarTitleText": "训练" "navigationBarTitleText": "训练"
} }
}, },
{ {
"path": "pages/discover/index", "path": "pages/discover/index",
"style": { "style": {
"navigationStyle": "custom",
"navigationBarTitleText": "发现" "navigationBarTitleText": "发现"
} }
}, },