个人中心页面初步实现

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",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "健身房"
}
},
{
"path": "pages/course/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "课程"
}
},
{
"path": "pages/train/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "训练"
}
},
{
"path": "pages/discover/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "发现"
}
},