people-reading/miniprogram/app.json
2026-05-11 23:26:11 +08:00

39 lines
983 B
JSON

{
"pages": [
"pages/index/index",
"pages/palm/palm",
"pages/generating/generating",
"pages/report/report",
"pages/history/history",
"pages/legal/legal"
],
"window": {
"navigationBarTitleText": "赛博先生",
"navigationBarBackgroundColor": "#080d10",
"navigationBarTextStyle": "white",
"backgroundColor": "#080d10"
},
"tabBar": {
"color": "#728389",
"selectedColor": "#00e0b8",
"backgroundColor": "#0b1215",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "问先生",
"iconPath": "assets/tabbar/ask-normal.png",
"selectedIconPath": "assets/tabbar/ask-active.png"
},
{
"pagePath": "pages/history/history",
"text": "档案",
"iconPath": "assets/tabbar/archive-normal.png",
"selectedIconPath": "assets/tabbar/archive-active.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}