init: 初始化

This commit is contained in:
richarjiang
2026-04-04 10:03:06 +08:00
parent 7a06b5e336
commit 817d5a85c5
14 changed files with 478 additions and 394 deletions

View File

@@ -100,19 +100,19 @@
"list": [
{
"pagePath": "pages/home/index",
"text": "首页",
"text": "场馆首页",
"iconPath": "static/tab/home.png",
"selectedIconPath": "static/tab/home-active.png"
},
{
"pagePath": "pages/booking/index",
"text": "预约",
"text": "课程预约",
"iconPath": "static/tab/booking.png",
"selectedIconPath": "static/tab/booking-active.png"
},
{
"pagePath": "pages/profile/index",
"text": "我的",
"text": "个人中心",
"iconPath": "static/tab/profile.png",
"selectedIconPath": "static/tab/profile-active.png"
}