This commit is contained in:
2025-09-24 20:35:15 +08:00
parent 39679f7330
commit 8a458ff0a4
12033 changed files with 1537546 additions and 13292 deletions

View File

@@ -102,6 +102,18 @@
"navigationBarTitleText": "明细"
}
},
{
"path": "pages/auth/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/auth/register",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/my/index",
"style": {
@@ -114,6 +126,16 @@
"navigationBarTitleText": "关于与协议"
}
},
{
"path": "pages/my/vip",
"style": {
"navigationBarTitleText": "VIP会员",
"navigationBarBackgroundColor": "#1a1a2e",
"navigationBarTextStyle": "white",
"backgroundColor": "#1a1a2e",
"backgroundTextStyle": "light"
}
},
{
"path": "pages/report/index",
"style": {