Merge branch 'test' into feat-prac

This commit is contained in:
2026-07-20 17:58:40 +08:00
138 changed files with 13099 additions and 1822 deletions
+39 -16
View File
@@ -30,9 +30,6 @@
"navigationBarTitleText": ""
}
},
{
"path": "pages/team-battle/index"
},
{
"path": "pages/melee-battle"
},
@@ -69,15 +66,6 @@
{
"path": "pages/user"
},
{
"path": "pages/orders"
},
{
"path": "pages/order-detail"
},
{
"path": "pages/be-vip"
},
{
"path": "pages/grade-intro"
},
@@ -111,9 +99,6 @@
{
"path": "pages/match-detail"
},
{
"path": "pages/team-bow-data"
},
{
"path": "pages/melee-bow-data"
},
@@ -128,6 +113,12 @@
},
{
"path": "pages/training/practise-one"
},
{
"path": "pages/ota-wifi",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
@@ -147,5 +138,37 @@
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"subPackages": []
"subPackages": [
{
"root": "pages/member",
"pages": [
{
"path": "orders"
},
{
"path": "order-detail"
},
{
"path": "be-vip"
},
{
"path": "vip-intro"
},
{
"path": "agreement"
}
]
},
{
"root": "pages/team-battle",
"pages": [
{
"path": "index"
},
{
"path": "team-bow-data"
}
]
}
]
}