修复已知问题

This commit is contained in:
bobobobo
2026-01-22 01:23:57 +08:00
parent 2b26bfed69
commit 5f2fab9335
18 changed files with 414 additions and 61 deletions

View File

@@ -112,7 +112,8 @@
"path": "pages/discover/discover",
"style": {
"navigationBarTitleText": "发现",
"navigationBarBackgroundColor": "#ffffff"
"navigationBarBackgroundColor": "#ffffff",
"navigationStyle": "custom"
}
},
{
@@ -193,6 +194,13 @@
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/my-index/wallet/invite",
"style": {
"navigationBarTitleText": "邀请好友",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/my-index/my-team",
"style": {
@@ -479,4 +487,4 @@
}
]
}
}
}