2020-12-07 09:48:09 +08:00
|
|
|
{
|
2020-12-08 13:54:00 +08:00
|
|
|
"debug": true,
|
2020-12-07 11:00:15 +08:00
|
|
|
"pages": [
|
2020-12-07 09:48:09 +08:00
|
|
|
"pages/component/index/index",
|
2021-03-11 15:12:49 +08:00
|
|
|
"pages/API/index/index",
|
2020-12-07 11:14:55 +08:00
|
|
|
"pages/component/view/view",
|
2020-12-07 11:25:46 +08:00
|
|
|
"pages/component/scroll-view/scroll-view",
|
2020-12-07 14:39:42 +08:00
|
|
|
"pages/component/swiper/swiper",
|
|
|
|
"pages/component/text/text",
|
|
|
|
"pages/component/icon/icon",
|
2020-12-07 16:38:32 +08:00
|
|
|
"pages/component/progress/progress",
|
|
|
|
"pages/component/web-view/web-view",
|
|
|
|
"pages/component/navigator/navigator",
|
|
|
|
"pages/component/navigator/navigate",
|
2020-12-08 10:58:25 +08:00
|
|
|
"pages/component/navigator/redirect",
|
2020-12-08 11:01:31 +08:00
|
|
|
"pages/component/button/button",
|
2020-12-08 11:25:09 +08:00
|
|
|
"pages/component/checkbox/checkbox",
|
2020-12-08 13:45:21 +08:00
|
|
|
"pages/component/label/label",
|
|
|
|
"pages/component/radio/radio",
|
2020-12-08 13:54:00 +08:00
|
|
|
"pages/component/slider/slider",
|
2020-12-08 14:36:05 +08:00
|
|
|
"pages/component/switch/switch",
|
2020-12-08 14:42:54 +08:00
|
|
|
"pages/component/picker/picker",
|
2020-12-08 15:10:46 +08:00
|
|
|
"pages/component/picker-view/picker-view",
|
2020-12-08 15:26:04 +08:00
|
|
|
"pages/component/input/input",
|
2021-01-27 12:42:41 +08:00
|
|
|
"pages/component/editor/editor",
|
2020-12-08 15:26:04 +08:00
|
|
|
"pages/component/textarea/textarea",
|
2020-12-08 15:36:25 +08:00
|
|
|
"pages/component/form/form",
|
2020-12-08 21:51:35 +08:00
|
|
|
"pages/component/rich-text/rich-text",
|
2020-12-09 16:49:28 +08:00
|
|
|
"pages/component/canvas/canvas",
|
|
|
|
"pages/component/image/image",
|
2020-12-07 16:54:44 +08:00
|
|
|
"pages/component/video/video",
|
2021-06-04 17:22:01 +08:00
|
|
|
"pages/component/movable/movable",
|
2021-01-11 14:59:15 +08:00
|
|
|
"pages/component/doc-web-view/doc-web-view",
|
2021-03-11 15:12:49 +08:00
|
|
|
"pages/component/page-meta/page-meta"
|
|
|
|
],
|
|
|
|
"subpackages": [
|
|
|
|
{
|
|
|
|
"root": "packageAPI",
|
|
|
|
"pages": [
|
|
|
|
"pages/get-network-type/get-network-type",
|
|
|
|
"pages/on-network-status-change/on-network-status-change",
|
|
|
|
"pages/get-system-info/get-system-info",
|
|
|
|
"pages/make-phone-call/make-phone-call",
|
|
|
|
"pages/scan-code/scan-code",
|
|
|
|
"pages/clipboard-data/clipboard-data",
|
|
|
|
"pages/screen-brightness/screen-brightness",
|
|
|
|
"pages/on-user-screen-capture/on-user-screen-capture",
|
|
|
|
"pages/vibrate/vibrate",
|
|
|
|
"pages/add-contact/add-contact",
|
|
|
|
"pages/buffer/buffer",
|
|
|
|
"pages/app-level-event/app-level-event",
|
|
|
|
"pages/launch-options/launch-options",
|
|
|
|
"pages/router/router",
|
2021-07-07 11:23:16 +08:00
|
|
|
"pages/jump/jump",
|
|
|
|
"pages/timer/timer",
|
2021-03-11 15:12:49 +08:00
|
|
|
"pages/intereaction/intereaction",
|
|
|
|
"pages/navigationBar/navigationBar",
|
|
|
|
"pages/page-scroll/page-scroll",
|
|
|
|
"pages/request/request",
|
|
|
|
"pages/web-socket/web-socket",
|
|
|
|
"pages/image/image",
|
|
|
|
"pages/load-font-face/load-font-face",
|
|
|
|
"pages/video/video",
|
|
|
|
"pages/audio/audio",
|
|
|
|
"pages/storage/storage",
|
|
|
|
"pages/animation/animation",
|
|
|
|
"pages/menu-info/menu-info",
|
|
|
|
"pages/get-location/get-location",
|
|
|
|
"pages/choose-location/choose-location",
|
|
|
|
"pages/canvas/canvas",
|
|
|
|
"pages/get-wxml-node-info/get-wxml-node-info",
|
|
|
|
"pages/intersection-observer/intersection-observer",
|
|
|
|
"pages/download-file/download-file",
|
|
|
|
"pages/upload-file/upload-file",
|
|
|
|
"pages/voice/voice",
|
|
|
|
"pages/previewMedia/index",
|
|
|
|
"pages/getSelectedTextRange/index"
|
|
|
|
]
|
|
|
|
}
|
2020-12-07 09:48:09 +08:00
|
|
|
],
|
2020-12-07 11:00:15 +08:00
|
|
|
"window": {
|
|
|
|
"backgroundTextStyle": "light",
|
2020-12-07 09:48:09 +08:00
|
|
|
"navigationBarBackgroundColor": "#fff",
|
2020-12-23 13:51:47 +08:00
|
|
|
"navigationBarTitleText": "小程序实例",
|
2020-12-07 11:00:15 +08:00
|
|
|
"navigationBarTextStyle": "black"
|
2020-12-07 09:48:09 +08:00
|
|
|
},
|
|
|
|
"style": "v2",
|
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
|
"tabBar": {
|
2020-12-07 11:00:15 +08:00
|
|
|
"color": "#7A7E83",
|
2020-12-07 09:48:09 +08:00
|
|
|
"selectedColor": "#3cc51f",
|
2020-12-07 11:00:15 +08:00
|
|
|
"borderStyle": "black",
|
|
|
|
"backgroundColor": "#F7F7F7",
|
2020-12-07 09:48:09 +08:00
|
|
|
"list": [
|
|
|
|
{
|
|
|
|
"pagePath": "pages/component/index/index",
|
|
|
|
"iconPath": "image/icon_component.png",
|
|
|
|
"selectedIconPath": "image/icon_component_HL.png",
|
|
|
|
"text": "组件"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/API/index/index",
|
|
|
|
"iconPath": "image/icon_API.png",
|
|
|
|
"selectedIconPath": "image/icon_API_HL.png",
|
|
|
|
"text": "接口"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2021-06-04 17:22:01 +08:00
|
|
|
}
|