refactor: ♻️ 我的和登录页面优化,添加主题设置

This commit is contained in:
Ray.Hao
2025-04-05 10:05:05 +08:00
parent 572d347bdb
commit 6a245e9d26
21 changed files with 2594 additions and 182 deletions

View File

@@ -68,6 +68,12 @@
"navigationBarTitleText": "隐私政策"
}
},
{
"path": "pages/mine/settings/theme/index",
"style": {
"navigationBarTitleText": "主题设置"
}
},
{
"path": "pages/mine/settings/network/index",
"style": {
@@ -80,6 +86,12 @@
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/login/complete-profile",
"style": {
"navigationBarTitleText": "完善个人信息"
}
},
{
"path": "pages/mine/profile/index",
"style": {