添加页面文件

This commit is contained in:
kron
2025-05-01 16:36:24 +08:00
parent b50b8a1852
commit 74154ca825
7 changed files with 164 additions and 19 deletions

View File

@@ -3,8 +3,31 @@
{
"path": "pages/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/user",
"style": {
"navigationBarTitleText": "用户信息"
}
},
{
"path": "pages/ranking",
"style": {
"navigationBarTitleText": "排行榜"
}
},
{
"path": "pages/first-try",
"style": {
"navigationBarTitleText": "新手试炼"
}
},
{
"path": "pages/friend-battle",
"style": {
"navigationBarTitleText": "好友约战"
}
}
],