You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
744 B
29 lines
744 B
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/detail/detail",
|
|
"pages/datalist/brand",
|
|
"pages/newdetail/newdetail",
|
|
"pages/playvideo/video",
|
|
"pages/service/service",
|
|
"pages/newzk/newlist"
|
|
],
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "需要获取位置信息以搜索蓝牙设备"
|
|
},
|
|
"scope.bluetooth": {
|
|
"desc": "需要蓝牙权限以操作设备"
|
|
}
|
|
},
|
|
"requiredBackgroundModes": ["bluetooth"],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|
|
|