添加篮球套餐功能

This commit is contained in:
wangxiaowei
2026-04-07 16:07:36 +08:00
parent bd461f3e18
commit 8854cdd32d
9 changed files with 1423 additions and 7 deletions

View File

@ -989,6 +989,12 @@
"subPackages": [{
"root": "bundle",
"pages": [
{
"path": "setting/light",
"style": {
"navigationBarTitleText": "设置灯光"
}
},
{
"path": "reserve/details",
"style": {
@ -1042,6 +1048,24 @@
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "combo/combo-list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "combo/details",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "combo/info",
"style": {
"navigationStyle": "custom"
}
}
]
}],