refactor: 暗黑模式适配调整

This commit is contained in:
Ray.Hao
2025-08-15 20:36:20 +08:00
parent d0baa003e1
commit 8b2ae01a9a
20 changed files with 490 additions and 447 deletions

View File

@@ -43,7 +43,14 @@
},
{
"path": "pages/mine/feedback/index",
"type": "page"
"type": "page",
"name": "feedback",
"style": {
"navigationBarTitleText": "意见反馈"
},
"meta": {
"requireAuth": true
}
},
{
"path": "pages/mine/profile/complete-profile",
@@ -117,5 +124,6 @@
}
]
},
"__esModule": true,
"subPackages": []
}
}