第一版
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/home/home",
|
||||
"pages/searchDevice/searchDevice",
|
||||
"pages/connectedDevice/connectedDevice",
|
||||
"pages/connectionSuccessful/connectionSuccessful",
|
||||
"pages/getWifiList/getWifiList",
|
||||
"pages/setWifiPassword/setWifiPassword",
|
||||
"pages/setNetwork/setNetwork",
|
||||
"pages/setNetworkSuccessful/setNetworkSuccessful",
|
||||
"pages/my/my",
|
||||
"pages/userInfo/userInfo",
|
||||
"pages/deviceInfo/deviceInfo",
|
||||
"pages/familyMembers/familyMembers",
|
||||
"pages/index/index"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#808080",
|
||||
"selectedColor": "#1385FA",
|
||||
"borderStyle": "white",
|
||||
"list": [{
|
||||
"pagePath": "pages/home/home",
|
||||
"iconPath": "/images/tabBar/home.png",
|
||||
"selectedIconPath": "/images/tabBar/home_.png",
|
||||
"text": "首页"
|
||||
}, {
|
||||
"pagePath": "pages/my/my",
|
||||
"iconPath": "/images/tabBar/my.png",
|
||||
"selectedIconPath": "/images/tabBar/my_.png",
|
||||
"text": "我的"
|
||||
}]
|
||||
},
|
||||
"style": "v2",
|
||||
"plugins": {
|
||||
"ppScale-plugin": {
|
||||
"version": "1.2.14",
|
||||
"provider": "wx0ffb48417ce6345c"
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "获取 WiFi 列表需要使用您的位置信息"
|
||||
}
|
||||
},
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents"
|
||||
}
|
||||
Reference in New Issue
Block a user