Files
wx_epaper_lite/app.json
风不出来 bdfae48fc2 000
2024-06-04 19:59:44 +08:00

30 lines
623 B
JSON

{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/cropper/cropper",
"pages/nfc/nfc"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "X Z C R A Z Y",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序定位"
},
"scope.bluetooth": {
"desc": "你的蓝牙信息将用于小程序连接设备"
}
},
"miniApp": {
"useAuthorizePage": true
},
"lazyCodeLoading": "requiredComponents"
}