feat(uniapp): 创建 gym-manage-uniapp 移动端项目脚手架

This commit is contained in:
张翔
2026-04-17 18:41:10 +08:00
parent b48ae84344
commit 40709a0b2b
7 changed files with 212 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "健身房管理系统",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
}
]
}
}