This commit is contained in:
2026-01-18 17:42:46 +08:00
parent 836bdc9409
commit f038dbab41
42 changed files with 3068 additions and 575 deletions

View File

@@ -1,6 +1,29 @@
{
"pages": [
{ "path": "pages/index/index" }
{
"path": "pages/index/index"
},
{
"path": "pages/account/bill/index"
},
{
"path": "pages/account/statistics/index"
},
{
"path": "pages/ucenter/index/index"
},
{
"path": "pages/ucenter/login/index"
},
{
"path": "pages/ucenter/register/index"
},
{
"path": "pages/ucenter/agreement/user"
},
{
"path": "pages/ucenter/agreement/privacy"
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
@@ -15,6 +38,7 @@
"easycom": {
"autoscan": true,
"custom": {
"^un-(.*)": "@/components/$1/$1.vue",
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},