|
| 1 | +{ |
| 2 | + "pages": [ |
| 3 | + "pages/index", |
| 4 | + "pages/scroll-view/index", |
| 5 | + "pages/input/index", |
| 6 | + "pages/image/index", |
| 7 | + "pages/icon/index", |
| 8 | + "pages/button/index", |
| 9 | + "pages/switch/index", |
| 10 | + "pages/radio/index", |
| 11 | + "pages/checkbox/index", |
| 12 | + "pages/slider/index", |
| 13 | + "pages/form/index", |
| 14 | + "pages/textarea/index", |
| 15 | + "pages/progress/index", |
| 16 | + "pages/navigator/index/index", |
| 17 | + "pages/navigator/navigate/navigate", |
| 18 | + "pages/navigator/redirect/redirect", |
| 19 | + "pages/cover-view/index", |
| 20 | + "pages/movable-view/index", |
| 21 | + "pages/picker/index", |
| 22 | + "pages/picker-view/index", |
| 23 | + "pages/swiper/index", |
| 24 | + "pages/rich-text/index", |
| 25 | + "pages/custom-component/index", |
| 26 | + "pages/events/index", |
| 27 | + "pages/mark/index", |
| 28 | + "pages/intersection-observer/index", |
| 29 | + "pages/api/index", |
| 30 | + "pages/project-mixed/pages/home/index", |
| 31 | + "pages/project-mixed/pages/detail/index", |
| 32 | + "pages/package/index", |
| 33 | + "pages/data-observer/index", |
| 34 | + "pages/behaviors/index", |
| 35 | + "pages/animation/index", |
| 36 | + "pages/custom-class/index" |
| 37 | + ], |
| 38 | + "subPackages": [ |
| 39 | + { |
| 40 | + "root": "subPackageA", |
| 41 | + "pages": [ |
| 42 | + "pages/index" |
| 43 | + ] |
| 44 | + }, |
| 45 | + { |
| 46 | + "root": "subPackageB", |
| 47 | + "pages": [] |
| 48 | + }, |
| 49 | + { |
| 50 | + "root": "commonPackage", |
| 51 | + "pages": [] |
| 52 | + } |
| 53 | + ], |
| 54 | + "window": { |
| 55 | + "backgroundTextStyle": "light", |
| 56 | + "navigationBarBackgroundColor": "#fff", |
| 57 | + "navigationBarTitleText": "WeChat", |
| 58 | + "navigationBarTextStyle": "black" |
| 59 | + }, |
| 60 | + "permission": { |
| 61 | + "scope.userLocation": { |
| 62 | + "desc": "你的位置信息将用于小程序位置接口的效果展示" |
| 63 | + } |
| 64 | + }, |
| 65 | + "requiredPrivateInfos": [ |
| 66 | + "onLocationChange", |
| 67 | + "startLocationUpdate", |
| 68 | + "chooseLocation", |
| 69 | + "getLocation" |
| 70 | + ] |
| 71 | +} |
0 commit comments