100 lines
1.9 KiB
JSON
100 lines
1.9 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/gameplay/gameplay",
|
|
"style": {
|
|
"navigationBarTitleText": "玩法选择"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/mine",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/random/random",
|
|
"style": {
|
|
"navigationBarTitleText": "随机答题"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/category/category",
|
|
"style": {
|
|
"navigationBarTitleText": "类目答题"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/category-question/category-question",
|
|
"style": {
|
|
"navigationBarTitleText": "类目题目"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/records/records",
|
|
"style": {
|
|
"navigationBarTitleText": "答题记录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/quick/quick",
|
|
"style": {
|
|
"navigationBarTitleText": "快速答题"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/point-record/point-record",
|
|
"style": {
|
|
"navigationBarTitleText": "学识分记录"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "qgdzs",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#f0f0f0"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#667eea",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#f5f5f5",
|
|
"fontSize": "15px",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"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": "static/tab-mine.png",
|
|
"selectedIconPath": "static/tab-mine-active.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|