Files
miniprogram-1/miniprogram/app.json
2025-11-25 19:46:31 +08:00

27 lines
654 B
JSON
Executable File

{
"pages": [
"pages/upload/upload",
"pages/result/result",
"pages/assessment/assessment",
"pages/profile/profile",
"pages/index/index",
"pages/logs/logs",
"pages/history/history",
"pages/terms/terms",
"pages/privacy/privacy",
"pages/coupon/coupon"
],
"window": {
"navigationBarTextStyle": "black",
"navigationStyle": "default",
"navigationBarTitleText": "",
"backgroundColor": "#ffffff",
"backgroundTextStyle": "light"
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"useExtendedLib" : {
"weui": true
}
}