Files
ws_health/xui/wxapp/app.json
2026-05-25 12:34:16 +08:00

46 lines
1.2 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/mine/mine",
"pages/itemdetail/itemdetail",
"pages/healthrecord/main/healthrecord",
"pages/ai/aichat/aichat",
"pages/escort_record_list/escort_record_list"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTitleText": "陪诊助手",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#FF9B33",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-active2.png"
},
{
"pagePath": "pages/ai/aichat/aichat",
"text": "AI客服",
"iconPath": "images/ai.png",
"selectedIconPath": "images/ai-active.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "images/mine.png",
"selectedIconPath": "images/mine-active2.png"
}
]
},
"usingComponents": {},
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}