refactor: ♻️ 暗黑模式适配调整和代码优化

This commit is contained in:
ray
2025-10-04 10:11:47 +08:00
parent 8b2ae01a9a
commit 12454c9301
13 changed files with 813 additions and 805 deletions

View File

@@ -11,7 +11,10 @@
},
{
"path": "pages/login/index",
"type": "page"
"type": "page",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/index",
@@ -96,7 +99,7 @@
"globalStyle": {
"navigationBarBackgroundColor": "@navBgColor",
"navigationBarTextStyle": "@navTxtStyle",
"navigationBarTitleText": "Wot-Demo",
"navigationBarTitleText": "vue-uniapp-template",
"backgroundColor": "@bgColor",
"backgroundTextStyle": "@bgTxtStyle",
"backgroundColorTop": "@bgColorTop",
@@ -124,6 +127,5 @@
}
]
},
"__esModule": true,
"subPackages": []
}