This commit is contained in:
2025-11-24 15:30:05 +08:00
parent 871087cc1c
commit 5420cb599a
9 changed files with 1748 additions and 152 deletions

View File

@@ -17,6 +17,20 @@
"path": "pages/scoring/index", // 计分页面(新增注册)
"style": { "navigationBarTitleText": "开局计分" }
},
{
"path": "pages/game-detail/index",
"style": {
"navigationBarTitleText": "对局详情"
}
},
{
"path": "pages/edit-user-info/index",
"style": {
"navigationBarTitleText": "编辑用户信息"
}
},
{
"path": "pages/settle/index", // 结算页面(新增注册)
"style": { "navigationBarTitleText": "房间结算" }