第一版

This commit is contained in:
17792275749
2025-03-25 20:52:15 +08:00
commit 04d373b84e
88 changed files with 4539 additions and 0 deletions
+52
View File
@@ -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"
}