mirror of
https://gitee.com/XZCRAZY/wx_epaper_lite.git
synced 2026-05-12 08:24:48 +08:00
30 lines
623 B
JSON
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"
|
|
|
|
}
|