52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user",
|
|
"style": {
|
|
"navigationBarTitleText": "用户信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/first-try",
|
|
"style": {
|
|
"navigationBarTitleText": "新手试炼"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/practise",
|
|
"style": {
|
|
"navigationBarTitleText": "个人练习"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/friend-battle",
|
|
"style": {
|
|
"navigationBarTitleText": "好友约战"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ranking",
|
|
"style": {
|
|
"navigationBarTitleText": "排行榜"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"backgroundColor": "@bgColor",
|
|
"backgroundColorBottom": "@bgColorBottom",
|
|
"backgroundColorTop": "@bgColorTop",
|
|
"backgroundTextStyle": "@bgTxtStyle",
|
|
"navigationBarBackgroundColor": "#000000",
|
|
"navigationBarTextStyle": "@navTxtStyle",
|
|
"navigationBarTitleText": "Uni Creator",
|
|
"navigationStyle": "custom"
|
|
},
|
|
"subPackages": []
|
|
}
|