存档点
This commit is contained in:
50
pages.json
50
pages.json
@@ -18,31 +18,67 @@
|
||||
"navigationBarTitleText": "登录",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/gameplay/gameplay",
|
||||
"style": {
|
||||
"navigationBarTitleText": "玩法选择"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/random/random",
|
||||
"style": {
|
||||
"navigationBarTitleText": "随机答题"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/category/category",
|
||||
"style": {
|
||||
"navigationBarTitleText": "类目答题"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/category-question/category-question",
|
||||
"style": {
|
||||
"navigationBarTitleText": "类目题目"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/quick/quick",
|
||||
"style": {
|
||||
"navigationBarTitleText": "快速答题"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "qgdzs",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
"backgroundColor": "#f0f0f0"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#7A7E83",
|
||||
"selectedColor": "#667eea",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"fontSize": "14px",
|
||||
"backgroundColor": "#f5f5f5",
|
||||
"fontSize": "15px",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "",
|
||||
"selectedIconPath": "",
|
||||
"iconPath": "static/tab-home.png",
|
||||
"selectedIconPath": "static/tab-home-active.png",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/gameplay/gameplay",
|
||||
"iconPath": "static/tab-game.png",
|
||||
"selectedIconPath": "static/tab-game-active.png",
|
||||
"text": "玩法选择"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mine/mine",
|
||||
"iconPath": "",
|
||||
"selectedIconPath": "",
|
||||
"iconPath": "static/tab-mine.png",
|
||||
"selectedIconPath": "static/tab-mine-active.png",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user