|
@@ -14,22 +14,25 @@
|
|
"pages/download/download",
|
|
"pages/download/download",
|
|
"pages/wakeList/wakeList",
|
|
"pages/wakeList/wakeList",
|
|
"pages/aboutInfo/aboutInfo",
|
|
"pages/aboutInfo/aboutInfo",
|
|
- "pages/home/home"
|
|
|
|
|
|
+ "pages/home/home",
|
|
|
|
+ "pages/bluConnect/bleconnect"
|
|
],
|
|
],
|
|
-
|
|
|
|
- "subPackages": [{
|
|
|
|
- "root": "pages/piano/",
|
|
|
|
- "pages": [
|
|
|
|
- "detail/detail",
|
|
|
|
- "woodenfish/woodenfish",
|
|
|
|
- "wallpaper/wallpaper",
|
|
|
|
- "musicscore/musicscore"
|
|
|
|
- ]
|
|
|
|
- }],
|
|
|
|
-
|
|
|
|
|
|
+ "subPackages": [
|
|
|
|
+ {
|
|
|
|
+ "root": "pages/piano/",
|
|
|
|
+ "pages": [
|
|
|
|
+ "detail/detail",
|
|
|
|
+ "woodenfish/woodenfish",
|
|
|
|
+ "wallpaper/wallpaper",
|
|
|
|
+ "musicscore/musicscore"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+
|
|
"tabBar": {
|
|
"tabBar": {
|
|
"borderStyle": "black",
|
|
"borderStyle": "black",
|
|
- "list": [{
|
|
|
|
|
|
+ "list": [
|
|
|
|
+ {
|
|
"pagePath": "pages/index/index",
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"text": "首页",
|
|
"iconPath": "./img/index_unaction.png",
|
|
"iconPath": "./img/index_unaction.png",
|
|
@@ -67,5 +70,10 @@
|
|
"sitemapLocation": "sitemap.json",
|
|
"sitemapLocation": "sitemap.json",
|
|
"requiredPrivateInfos": [
|
|
"requiredPrivateInfos": [
|
|
"getFuzzyLocation"
|
|
"getFuzzyLocation"
|
|
- ]
|
|
|
|
|
|
+ ],
|
|
|
|
+ "permission": {
|
|
|
|
+ "scope.userFuzzyLocation": {
|
|
|
|
+ "desc": "用于获取wifi名称"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|