applet/xcx/app.json

43 lines
952 B
JSON
Raw Permalink Normal View History

2025-12-06 15:50:13 +08:00
{
"pages": [
"pages/shouye/shouye",
"pages/renwu/task",
"pages/jiankang/health",
"pages/mine/mine",
"pages/index/index",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#e6f7ff",
"navigationBarTitleText": "护理主管系统",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#666",
"selectedColor": "#1890ff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/shouye/shouye",
"text": "首页"
},
{
"pagePath": "pages/renwu/task",
"text": "任务"
},
{
"pagePath": "pages/jiankang/health",
"text": "健康"
},
{
"pagePath": "pages/mine/mine",
"text": "我的"
}
]
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}