存档点

This commit is contained in:
2026-01-14 11:07:26 +08:00
parent 141ddbb059
commit 39ea6f2fb1
28 changed files with 2738 additions and 418 deletions

View File

@@ -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": "我的"
}
]