添加页面文件
This commit is contained in:
@@ -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": "好友约战"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user