feat: 完善课程订阅

This commit is contained in:
richarjiang
2026-04-06 08:38:05 +08:00
parent f71ff968ad
commit 3a9982209f
21 changed files with 2301 additions and 94 deletions

View File

@@ -1,4 +1,7 @@
{
"easycom": {
"autoscan": true
},
"pages": [
{
"path": "pages/home/index",
@@ -12,6 +15,12 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/booking/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/index",
"style": {
@@ -48,6 +57,12 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/admin/bookings",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/admin/schedule",
"style": {