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.
40 lines
1.0 KiB
40 lines
1.0 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/panel/panel",
|
|
"pages/add-device/simple-config/simple-config",
|
|
"pages/add-device/air-kiss/air-kiss",
|
|
"pages/add-device/smart-config/smart-config",
|
|
"pages/add-device/soft-ap/soft-ap",
|
|
"pages/firmware-upgrade/firmware-upgrade",
|
|
"pages/share/share-list/share-list",
|
|
"pages/share/receive-share/receive-share",
|
|
"pages/add-device/llsync/llsync",
|
|
"pages/test/index"
|
|
],
|
|
"subPackages":[
|
|
{
|
|
"root": "pages/file-manage",
|
|
"pages": [
|
|
"file-manage/file-manage",
|
|
"error/error",
|
|
"add-file/add-file"
|
|
]
|
|
}
|
|
],
|
|
|
|
"window": {
|
|
"backgroundColor": "#FFF",
|
|
"backgroundTextStyle": "dark",
|
|
"navigationBarBackgroundColor": "#FFF",
|
|
"navigationBarTitleText": "物联网开发平台小程序 Demo",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"style": "v2",
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "查询附近WiFi需要授权使用您的位置信息"
|
|
}
|
|
}
|
|
}
|