diff --git a/pages.json b/pages.json index 99a8f7cf60fac34432b4c0507e899e61ea1243f3..aad59ebde94153f2b336b5e10c5873db1ab1bed2 100644 --- a/pages.json +++ b/pages.json @@ -1,1582 +1,2613 @@ { - "pages": [ - //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path": "pages/tabBar/component", - "style": { - "navigationBarTitleText": "内置组件", - "backgroundColor": "#F8F8F8" - } - }, - { - "path": "pages/component/view/view", - "style": { - "navigationBarTitleText": "view" - } - }, - { - "path": "pages/component/scroll-view/scroll-view", - "style": { - "navigationBarTitleText": "scroll-view" - } - }, - { - "path": "pages/component/scroll-view/scroll-view-refresher", - "style": { - "navigationBarTitleText": "scroll-view-refresher" - } - }, - { - "path": "pages/component/scroll-view/scroll-view-props", - "style": { - "navigationBarTitleText": "非下拉刷新的scroll-view属性示例" - } - }, - { - "path": "pages/component/scroll-view/scroll-view-refresher-props", - "style": { - "navigationBarTitleText": "下拉刷新的scroll-view属性示例" - } - }, - { - "path": "pages/component/scroll-view/scroll-view-custom-refresher-props", - "style": { - "navigationBarTitleText": "自定义下拉刷新的scroll-view属性示例" - } - }, - { - "path": "pages/component/swiper/swiper", - "style": { - "navigationBarTitleText": "swiper" - } - }, - { - "path": "pages/component/list-view/list-view", - "style": { - "navigationBarTitleText": "list-view" - } - }, - { - "path": "pages/component/list-view/list-view-refresh", - "style": { - "navigationBarTitleText": "list-view-refresh", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/component/list-view/list-view-multiplex", - "style": { - "navigationBarTitleText": "list-view-multiplex" - } - }, - { - "path": "pages/component/list-view/list-view-multiplex-input", - "style": { - "navigationBarTitleText": "list-view复用input", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/component/list-view/list-view-multiplex-video", - "style": { - "navigationBarTitleText": "list-view-multiplex-video" - } - }, - { - "path": "pages/component/list-view/list-view-children-in-slot", - "style": { - "navigationBarTitleText": "list-view-children-in-slot" - } - }, - { - "path": "pages/component/sticky-section/sticky-section", - "style": { - "navigationBarTitleText": "sticky-section" - } - }, - - { - "path": "pages/component/sticky-header/sticky-header", - "style": { - "navigationBarTitleText": "sticky-header", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/component/text/text", - "style": { - "navigationBarTitleText": "text" - } - }, - { - "path": "pages/component/text/text-props", - "style": { - "navigationBarTitleText": "text-props" - } - }, - { - "path": "pages/component/rich-text/rich-text", - "style": { - "navigationBarTitleText": "rich-text" - } - }, - { - "path": "pages/component/rich-text/rich-text-tags", - "style": { - "navigationBarTitleText": "rich-text-tags" - } - }, - { - "path": "pages/component/rich-text/rich-text-complex", - "style": { - "navigationBarTitleText": "rich-text-complex" - } - }, - { - "path": "pages/component/progress/progress", - "style": { - "navigationBarTitleText": "progress" - } - }, - { - "path": "pages/component/form/form", - "style": { - "navigationBarTitleText": "form" - } - }, - { - "path": "pages/component/button/button", - "style": { - "navigationBarTitleText": "button" - } - }, - { - "path": "pages/component/button/buttonstatus", - "style": { - "navigationBarTitleText": "buttonstatus" - } - }, - { - "path": "pages/component/radio/radio", - "style": { - "navigationBarTitleText": "radio" - } - }, - { - "path": "pages/component/checkbox/checkbox", - "style": { - "navigationBarTitleText": "checkbox" - } - }, - { - "path": "pages/component/input/input", - "style": { - "navigationBarTitleText": "input" - } - }, - { - "path": "pages/component/textarea/textarea", - "style": { - "navigationBarTitleText": "textarea" - } - }, - { - "path": "pages/component/slider/slider", - "style": { - "navigationBarTitleText": "slider" - } - }, - { - "path": "pages/component/slider/slider-in-swiper", - "style": { - "navigationBarTitleText": "slider-in-swiper" - } - }, - { - "path": "pages/component/picker-view/picker-view", - "style": { - "navigationBarTitleText": "picker-view" - } - }, - { - "path": "pages/component/switch/switch", - "style": { - "navigationBarTitleText": "switch" - } - }, - { - "path": "pages/component/image/image", - "style": { - "navigationBarTitleText": "image" - } - }, - { - "path": "pages/component/image/image-format", - "style": { - "navigationBarTitleText": "image-format" - } - }, - { - "path": "pages/component/image/image-mode", - "style": { - "navigationBarTitleText": "image-mode" - } - }, - { - "path": "pages/component/image/image-path", - "style": { - "navigationBarTitleText": "image-path" - } - }, - { - "path": "pages/component/image/image-large", - "style": { - "navigationBarTitleText": "大图测试" - } - }, - { - "path": "pages/component/video/video", - "style": { - "navigationBarTitleText": "video" - } - }, - { - "path": "pages/component/video/video-format", - "style": { - "navigationBarTitleText": "video-format" - } - }, - { - "path": "pages/component/navigator/navigator", - "style": { - "navigationBarTitleText": "navigator" - } - }, - { - "path": "pages/component/navigator/navigate", - "style": { - "navigationBarTitleText": "navigatePage" - } - }, - { - "path": "pages/component/navigator/redirect", - "style": { - "navigationBarTitleText": "redirectPage" - } - }, - { - "path": "pages/component/web-view/web-view", - "style": { - "navigationBarTitleText": "web-view" - } - }, - { - "path": "pages/component/web-view/web-view/web-view-local", - "style": { - "navigationBarTitleText": "本地网页" - } - }, - { - "path": "pages/component/unicloud-db/unicloud-db/contacts/list", - "style": { - "navigationBarTitleText": "联系人", - "enablePullDownRefresh": true - } - }, - { - "path": "pages/component/unicloud-db/unicloud-db/contacts/add", - "style": { - "navigationBarTitleText": "新增联系人" - } - }, - { - "path": "pages/component/unicloud-db/unicloud-db/contacts/edit", - "style": { - "navigationBarTitleText": "编辑联系人" - } - }, - { - "path": "pages/component/unicloud-db/unicloud-db/contacts/detail", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "pages/component/unicloud-db/unicloud-db/mixin-datacom/mixin-datacom", - "style": { - "navigationBarTitleText": "mixinDatacom" - } - }, - { - "path": "pages/component/public-properties/public-properties", - "style": { - "navigationBarTitleText": "Public Properties" - } - }, - { - "path": "pages/component/public-events/public-events", - "style": { - "navigationBarTitleText": "Public Events" - } - }, - { - "path": "pages/component/public-events/transition-events", - "style": { - "navigationBarTitleText": "Transition Events" - } - }, - { - "path": "pages/component/public-events/touch-events", - "style": { - "navigationBarTitleText": "Touch Events" - } - }, - { - "path": "pages/component/nested-scroll-header/nested-scroll-header", - "style": { - "navigationBarTitleText": "nested-scroll-header" - } - }, - { - "path": "pages/component/nested-scroll-body/nested-scroll-body", - "style": { - "navigationBarTitleText": "nested-scroll-body" - } - }, - { - "path" : "pages/component/swiper/swiper-list-view", - "style" : - { - "navigationBarTitleText" : "swiper嵌套list-view", - "enablePullDownRefresh" : false - } - }, - // #ifdef WEB - { - "path" : "pages/component/movable-view/movable-view", - "style" : - { - "navigationBarTitleText" : "movable-view" - } - }, - { - "path" : "pages/component/label/label", - "style" : - { - "navigationBarTitleText" : "label" - } - }, - { - "path" : "pages/component/picker/picker", - "style" : - { - "navigationBarTitleText" : "picker" - } - }, - { - "path" : "pages/component/map/map", - "style" : - { - "navigationBarTitleText" : "map" - } - }, - { - "path" : "pages/component/cover-view/cover-view", - "style" : - { - "navigationBarTitleText" : "cover-view" - } - }, - { - "path" : "pages/component/editor/editor", - "style" : - { - "navigationBarTitleText" : "editor" - } - }, - { - "path" : "pages/API/open-location/open-location", - "style" : - { - "navigationBarTitleText" : "open-location" - } - }, - { - "path" : "pages/API/choose-location/choose-location", - "style" : - { - "navigationBarTitleText" : "choose-location" - } - }, - // #endif - { - "path": "pages/component/list-view/issue-2199", - "style": { - "navigationBarTitleText": "issue-2199", - "enablePullDownRefresh": false - } - }, - // #ifdef APP || WEB - { - "path" : "pages/component/canvas/canvas", - "style" : - { - "navigationBarTitleText" : "canvas" - } - }, - { - "path" : "pages/component/canvas/canvas/ball", - "style" : - { - "navigationBarTitleText" : "ball" - } - }, - // #endif - { - "path": "pages/tabBar/API", - "style": { - "navigationBarTitleText": "接口", - "backgroundColor": "#F8F8F8" - } - }, - // { - // "path": "pages/API/canvas/canvas", - // "style": { - // "navigationBarTitleText": "创建绘画" - // } - // }, - { - "path": "pages/API/get-app/get-app", - "style": { - "navigationBarTitleText": "getApp" - } - }, - // #ifdef APP-ANDROID - { - "path": "pages/API/exit/exit", - "style": { - "navigationBarTitleText": "exit" - } - }, - { - "path": "pages/API/install-apk/install-apk", - "style": { - "navigationBarTitleText": "install-apk", - "enablePullDownRefresh": false - } - }, - // #endif - { - "path": "pages/API/get-current-pages/get-current-pages", - "style": { - "navigationBarTitleText": "getCurrentPages", - "enablePullDownRefresh": true - } - }, - { - "path": "pages/API/get-current-pages/set-page-style-disable-pull-down-refresh", - "style": { - "navigationBarTitleText": "setPageStyle pull default false", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/API/get-launch-options-sync/get-launch-options-sync", - "style": { - "navigationBarTitleText": "getLaunchOptionsSync" - } - }, - { - "path": "pages/API/navigator/navigator", - "style": { - "navigationBarTitleText": "页面跳转" - } - }, - { - "path": "pages/API/set-navigation-bar-color/set-navigation-bar-color", - "style": { - "navigationBarTitleText": "设置导航条颜色" - } - }, - { - "path": "pages/API/set-navigation-bar-title/set-navigation-bar-title", - "style": { - "navigationBarTitleText": "设置导航条标题" - } - }, - { - "path": "pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent", - "style": { - "navigationBarTitleText": "设置页面容器背景色" - } - }, - { - "path": "pages/API/navigator/new-page/new-page-1", - "style": { - "navigationBarTitleText": "新页面-1" - } - }, - { - "path": "pages/API/navigator/new-page/new-page-3", - "style": { - "navigationBarTitleText": "新页面-3" - } - }, - { - "path": "pages/API/navigator/new-page/onLoad", - "style": { - "navigationBarTitleText": "onLoad 生命周期测试" - } - }, - { - "path": "pages/API/pull-down-refresh/pull-down-refresh", - "style": { - "navigationBarTitleText": "页面级下拉刷新", - "enablePullDownRefresh": true - } - }, - { - "path": "pages/API/storage/storage", - "style": { - "navigationBarTitleText": "数据存储" - } - }, - // #ifndef WEB - { - "path": "pages/API/get-file-system-manager/get-file-system-manager", - "style": { - "navigationBarTitleText": "文件管理" - } - }, - { - "path" : "pages/API/env/env", - "style" : - { - "navigationBarTitleText" : "env" - } - }, - // #endif - { - "path": "pages/API/show-action-sheet/show-action-sheet", - "style": { - "navigationBarTitleText": "操作菜单" - } - }, - { - "path": "pages/API/show-modal/show-modal", - "style": { - "navigationBarTitleText": "模态弹窗" - } - }, - { - "path": "pages/API/show-loading/show-loading", - "style": { - "navigationBarTitleText": "加载提示框" - } - }, - { - "path": "pages/API/show-toast/show-toast", - "style": { - "navigationBarTitleText": "消息提示框" - } - }, - { - "path": "pages/API/load-font-face/load-font-face", - "style": { - "navigationBarTitleText": "动态加载字体" - } - }, - { - "path": "pages/API/load-font-face/load-font-face-child", - "style": { - "navigationBarTitleText": "动态加载字体-子页面" - } - }, - { - "path": "pages/API/get-location/get-location", - "style": { - "navigationBarTitleText": "获取定位" - } - }, - { - "path": "pages/API/interceptor/interceptor", - "style": { - "navigationBarTitleText": "拦截器" - } - }, - { - "path": "pages/API/interceptor/page1", - "style": { - "navigationBarTitleText": "拦截器测试页面 1" - } - }, - { - "path": "pages/API/interceptor/page2", - "style": { - "navigationBarTitleText": "拦截器测试页面 2" - } - }, - { - "path": "pages/API/request/request", - "style": { - "navigationBarTitleText": "request" - } - }, - { - "path": "pages/API/upload-file/upload-file", - "style": { - "navigationBarTitleText": "upload-file" - } - }, - { - "path": "pages/API/download-file/download-file", - "style": { - "navigationBarTitleText": "download-file" - } - }, - { - "path": "pages/API/websocket/socketTask", - "style": { - "navigationBarTitleText": "socketTask" - } - }, - { - "path": "pages/API/websocket/websocket", - "style": { - "navigationBarTitleText": "websocket" - } - }, - { - "path": "pages/API/unicloud/unicloud/cloud-function", - "style": { - "navigationBarTitleText": "cloud function | 云函数" - } - }, - { - "path": "pages/API/unicloud/unicloud/cloud-object", - "style": { - "navigationBarTitleText": "cloud object | 云对象" - } - }, - { - "path": "pages/API/get-system-info/get-system-info", - "style": { - "navigationBarTitleText": "get-system-info" - } - }, - { - "path": "pages/API/get-device-info/get-device-info", - "style": { - "navigationBarTitleText": "get-device-info" - } - }, - { - "path": "pages/API/get-app-base-info/get-app-base-info", - "style": { - "navigationBarTitleText": "get-app-base-info" - } - }, - // #ifdef APP - { - "path": "pages/API/get-system-setting/get-system-setting", - "style": { - "navigationBarTitleText": "get-system-setting" - } - }, - { - "path": "pages/API/element-takesnapshot/element-takesnapshot", - "style": { - "navigationBarTitleText": "takeSnapshot", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/API/get-app-authorize-setting/get-app-authorize-setting", - "style": { - "navigationBarTitleText": "get-app-authorize-setting" - } - }, - // #endif - { - "path": "pages/API/preview-image/preview-image", - "style": { - "navigationBarTitleText": "图片预览" - } - }, - { - "path": "pages/API/choose-image/choose-image", - "style": { - "navigationBarTitleText": "拍摄图片或从相册中选择图片" - } - }, - { - "path" : "pages/API/get-image-info/get-image-info", - "style" : - { - "navigationBarTitleText" : "获取图片信息" - } - }, - // #ifdef APP - { - "path" : "pages/API/compress-image/compress-image", - "style" : - { - "navigationBarTitleText" : "压缩图片" - } - }, - // #endif - { - "path" : "pages/API/choose-video/choose-video", - "style" : - { - "navigationBarTitleText" : "拍摄视频或从相册中选择视频" - } - }, - // #ifndef WEB - { - "path": "pages/API/save-image-to-photos-album/save-image-to-photos-album", - "style": { - "navigationBarTitleText": "保存图片到相册" - } - }, - { - "path" : "pages/API/save-video-to-photos-album/save-video-to-photos-album", - "style" : - { - "navigationBarTitleText" : "保存视频到相册" - } - }, - // #endif - { - "path" : "pages/API/get-video-info/get-video-info", - "style" : - { - "navigationBarTitleText" : "获取视频信息" - } - }, - // #ifdef APP - { - "path" : "pages/API/compress-video/compress-video", - "style" : - { - "navigationBarTitleText" : "压缩视频" - } - }, - // #endif - { - "path": "pages/API/get-network-type/get-network-type", - "style": { - "navigationBarTitleText": "get-network-type" - } - }, - { - "path": "pages/API/page-scroll-to/page-scroll-to", - "style": { - "navigationBarTitleText": "pageScrollTo" - } - }, - { - "path": "pages/API/event-bus/event-bus", - "style": { - "navigationBarTitleText": "event-bus" - } - }, - { - "path": "pages/API/unicloud/unicloud/cloud-storage", - "style": { - "navigationBarTitleText": "cloud storage | 云存储" - } - }, - { - "path": "pages/API/unicloud/unicloud/database", - "style": { - "navigationBarTitleText": "database | 数据库" - } - }, - { - "path": "pages/API/get-battery-info/get-battery-info", - "style": { - "navigationBarTitleText": "电量" - } - }, - { - "path": "pages/API/get-window-info/get-window-info", - "style": { - "navigationBarTitleText": "get-window-info" - } - }, - // #ifdef APP - { - "path": "pages/API/element-draw/element-draw", - "style": { - "navigationBarTitleText": "getDrawableContext", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/API/facial-recognition-meta-info/facial-recognition-meta-info", - "style": { - "navigationBarTitleText": "实人认证", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/API/get-univerify-manager/get-univerify-manager", - "style": { - "navigationBarTitleText": "uni-verify", - "enablePullDownRefresh": false - } - }, - // #endif - { - "path": "pages/API/rpx2px/rpx2px", - "style": { - "navigationBarTitleText": "rpx2px", - "enablePullDownRefresh": false - } - }, - // #ifdef APP-ANDROID - { - "path": "pages/API/create-request-permission-listener/create-request-permission-listener", - "style": { - "navigationBarTitleText": "权限申请监听", - "enablePullDownRefresh": false - } - }, - // #endif - // #ifdef APP - { - "path": "pages/API/request-payment/request-payment", - "style": { - "navigationBarTitleText": "支付", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/API/create-rewarded-video-ad/create-rewarded-video-ad", - "style": { - "navigationBarTitleText": "激励视频广告", - "enablePullDownRefresh": false - } - }, - // #endif - // #ifdef APP || WEB - { - "path": "pages/API/request-payment/request-payment/request-payment-uni-pay", - "style": { - "navigationBarTitleText": "uni-pay示例", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/API/request-payment/request-payment/order-detail", - "style": { - "navigationBarTitleText": "订单详情示例", - "enablePullDownRefresh": false - } - }, - // #endif - // #ifdef WEB - { - "path" : "pages/API/make-phone-call/make-phone-call", - "style" : - { - "navigationBarTitleText" : "make-phone-call" - } - }, - { - "path" : "pages/API/create-inner-audio-context/create-inner-audio-context", - "style" : - { - "navigationBarTitleText" : "inner-audio" - } - }, - { - "path" : "pages/API/inner-audio/inner-audio-format", - "style" : - { - "navigationBarTitleText" : "inner-audio-format" - } - }, - { - "path" : "pages/API/inner-audio/inner-audio-path", - "style" : - { - "navigationBarTitleText" : "inner-audio-path" - } - }, - { - "path" : "pages/API/clipboard/clipboard", - "style" : - { - "navigationBarTitleText" : "clipboard" - } - }, - { - "path" : "pages/API/compass/compass", - "style" : - { - "navigationBarTitleText" : "compass" - } - }, - // #endif - // #ifdef APP - { - "path": "pages/API/theme-change/theme-change", - "style": { - "navigationBarTitleText": "主题切换", - "enablePullDownRefresh": false - } - }, - // #endif - { - "path": "pages/API/get-element-by-id/get-element-by-id", - "style": { - "navigationBarTitleText": "getElementById" - } - }, - { - "path": "pages/API/get-element-by-id/get-element-by-id-multiple-root-node", - "style": { - "navigationBarTitleText": "获取节点-多根节点" - } - }, - { - "path": "pages/API/create-selector-query/create-selector-query", - "style": { - "navigationBarTitleText": "createSelectorQuery" - } - }, - { - "path" : "pages/API/resize-observer/resize-observer", - "style" : - { - "navigationBarTitleText" : "UniResizeObserver" - } - }, - { - "path": "pages/tabBar/CSS", - "style": { - "navigationBarTitleText": "CSS", - "backgroundColor": "#F8F8F8" - } - }, - { - "path": "pages/CSS/background/background-color", - "style": { - "navigationBarTitleText": "background-color" - } - }, - { - "path": "pages/CSS/background/background-image", - "style": { - "navigationBarTitleText": "background-image" - } - }, - { - "path": "pages/CSS/border/border-bottom", - "style": { - "navigationBarTitleText": "border-bottom" - } - }, - { - "path": "pages/CSS/border/border-color", - "style": { - "navigationBarTitleText": "border-color" - } - }, - { - "path": "pages/CSS/border/border-left", - "style": { - "navigationBarTitleText": "border-left" - } - }, - { - "path": "pages/CSS/border/border-radius", - "style": { - "navigationBarTitleText": "border-radius" - } - }, - { - "path": "pages/CSS/border/border-right", - "style": { - "navigationBarTitleText": "border-right" - } - }, - { - "path": "pages/CSS/border/border-style", - "style": { - "navigationBarTitleText": "border-style" - } - }, - { - "path": "pages/CSS/border/border-top", - "style": { - "navigationBarTitleText": "border-top" - } - }, - { - "path": "pages/CSS/border/border-width", - "style": { - "navigationBarTitleText": "border-width" - } - }, - { - "path": "pages/CSS/border/border", - "style": { - "navigationBarTitleText": "border" - } - }, - { - "path": "pages/CSS/border/complex-border/complex-border", - "style": { - "navigationBarTitleText": "border属性组合示例" - } - }, - { - "path": "pages/CSS/border/dynamic-border", - "style": { - "navigationBarTitleText": "border动态修改" - } - }, - { - "path": "pages/CSS/box-shadow/box-shadow", - "style": { - "navigationBarTitleText": "box-shadow" - } - }, - { - "path": "pages/CSS/display/flex", - "style": { - "navigationBarTitleText": "flex" - } - }, - { - "path": "pages/CSS/display/none", - "style": { - "navigationBarTitleText": "none" - } - }, - { - "path": "pages/CSS/flex/align-content", - "style": { - "navigationBarTitleText": "align-content" - } - }, - { - "path": "pages/CSS/flex/align-items", - "style": { - "navigationBarTitleText": "align-items" - } - }, - { - "path": "pages/CSS/flex/flex-basis", - "style": { - "navigationBarTitleText": "flex-basis" - } - }, - { - "path": "pages/CSS/flex/flex-direction", - "style": { - "navigationBarTitleText": "flex-direction" - } - }, - { - "path": "pages/CSS/flex/flex-flow", - "style": { - "navigationBarTitleText": "flex-flow" - } - }, - { - "path": "pages/CSS/flex/flex-grow", - "style": { - "navigationBarTitleText": "flex-grow" - } - }, - { - "path": "pages/CSS/flex/flex-shrink", - "style": { - "navigationBarTitleText": "flex-shrink" - } - }, - { - "path": "pages/CSS/flex/flex", - "style": { - "navigationBarTitleText": "flex" - } - }, - { - "path": "pages/CSS/flex/justify-content", - "style": { - "navigationBarTitleText": "justify-content" - } - }, - { - "path": "pages/CSS/layout/height", - "style": { - "navigationBarTitleText": "height" - } - }, - { - "path": "pages/CSS/layout/max-height", - "style": { - "navigationBarTitleText": "max-height" - } - }, - { - "path": "pages/CSS/layout/max-width", - "style": { - "navigationBarTitleText": "max-width" - } - }, - { - "path": "pages/CSS/layout/min-height", - "style": { - "navigationBarTitleText": "min-height" - } - }, - { - "path": "pages/CSS/layout/min-width", - "style": { - "navigationBarTitleText": "min-width" - } - }, - { - "path": "pages/CSS/layout/position", - "style": { - "navigationBarTitleText": "position" - } - }, - { - "path": "pages/CSS/layout/width", - "style": { - "navigationBarTitleText": "width" - } - }, - { - "path": "pages/CSS/layout/z-index", - "style": { - "navigationBarTitleText": "z-index" - } - }, - { - "path": "pages/CSS/layout/visibility", - "style": { - "navigationBarTitleText": "visibility" - } - }, - { - "path": "pages/CSS/margin/margin-bottom", - "style": { - "navigationBarTitleText": "margin-bottom" - } - }, - { - "path": "pages/CSS/margin/margin-left", - "style": { - "navigationBarTitleText": "margin-left" - } - }, - { - "path": "pages/CSS/margin/margin-right", - "style": { - "navigationBarTitleText": "margin-right" - } - }, - { - "path": "pages/CSS/margin/margin-top", - "style": { - "navigationBarTitleText": "margin-top" - } - }, - { - "path": "pages/CSS/margin/margin", - "style": { - "navigationBarTitleText": "margin" - } - }, - { - "path": "pages/CSS/overflow/overflow", - "style": { - "navigationBarTitleText": "overflow" - } - }, - { - "path": "pages/CSS/padding/padding-bottom", - "style": { - "navigationBarTitleText": "padding-bottom" - } - }, - { - "path": "pages/CSS/padding/padding-left", - "style": { - "navigationBarTitleText": "padding-left" - } - }, - { - "path": "pages/CSS/padding/padding-right", - "style": { - "navigationBarTitleText": "padding-right" - } - }, - { - "path": "pages/CSS/padding/padding-top", - "style": { - "navigationBarTitleText": "padding-top" - } - }, - { - "path": "pages/CSS/padding/padding", - "style": { - "navigationBarTitleText": "padding" - } - }, - { - "path": "pages/CSS/text/color", - "style": { - "navigationBarTitleText": "color" - } - }, - { - "path": "pages/CSS/text/font-family", - "style": { - "navigationBarTitleText": "font-family" - } - }, - { - "path": "pages/CSS/text/font-size", - "style": { - "navigationBarTitleText": "font-size" - } - }, - { - "path": "pages/CSS/text/font-style", - "style": { - "navigationBarTitleText": "font-style" - } - }, - { - "path": "pages/CSS/text/font-weight", - "style": { - "navigationBarTitleText": "font-weight" - } - }, - { - "path": "pages/CSS/text/letter-spacing", - "style": { - "navigationBarTitleText": "letter-spacing" - } - }, - { - "path": "pages/CSS/text/line-height", - "style": { - "navigationBarTitleText": "line-height" - } - }, - { - "path": "pages/CSS/text/text-align", - "style": { - "navigationBarTitleText": "text-align" - } - }, - { - "path": "pages/CSS/text/text-overflow", - "style": { - "navigationBarTitleText": "text-overflow" - } - }, - { - "path": "pages/CSS/text/text-decoration-line", - "style": { - "navigationBarTitleText": "text-decoration-line" - } - }, - { - "path": "pages/CSS/transition/transition", - "style": { - "navigationBarTitleText": "transition" - } - }, - { - "path": "pages/CSS/pointer-events/pointer-events", - "style": { - "navigationBarTitleText": "pointer events" - } - }, - { - "path": "pages/CSS/transform/translate", - "style": { - "navigationBarTitleText": "translate" - } - }, - { - "path": "pages/CSS/transform/scale", - "style": { - "navigationBarTitleText": "scale" - } - }, - { - "path": "pages/CSS/transform/rotate", - "style": { - "navigationBarTitleText": "rotate" - } - }, - { - "path": "pages/CSS/variable/variable", - "style": { - "navigationBarTitleText": "css 变量" - } - }, - { - "path" : "pages/CSS/overflow/overflow-visible-event", - "style" : - { - "navigationBarTitleText" : "overflow-visible-event" - } - }, - { - "path": "pages/tabBar/template", - "style": { - "navigationBarTitleText": "模板" - } - }, - { - "path": "pages/template/list-news/list-news", - "style": { - "navigationBarTitleText": "列表到详情示例(吸顶)" - } - }, - { - "path": "pages/template/list-news/detail/detail", - "style": { - "navigationBarTitleText": "详情示例" - } - }, - { - "path": "pages/template/drop-card/drop-card", - "style": { - "navigationBarTitleText": "drop-card" - } - }, - { - "path": "pages/template/swiper-list/swiper-list", - "style": { - "navigationBarTitleText": "swiper-list" - } - }, - { - "path": "pages/template/swiper-list2/swiper-list2", - "style": { - "navigationBarTitleText": "swiper-list2" - } - }, - { - "path": "pages/template/slider-100/slider-100", - "style": { - "navigationBarTitleText": "slider x 100" - } - }, - { - "path": "pages/template/swiper-vertical-video/swiper-vertical-video", - "style": { - "navigationStyle": "custom", - "backgroundColorContent": "#000000" - } - }, - // #ifdef APP - { - "path": "pages/template/scroll-sticky/scroll-sticky", - "style": { - "navigationBarTitleText": "scroll-view自定义滚动吸顶" - } - }, - // #endif - { - "path": "pages/template/scroll-fold-nav/scroll-fold-nav", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/template/custom-refresher/custom-refresher", - "style": { - "navigationBarTitleText": "自定义下拉刷新" - } - }, - { - "path": "pages/template/half-screen/half-screen", - "style": { - "navigationBarTitleText": "半屏弹窗" - } - }, - { - "path": "pages/template/long-list/long-list", - "style": { - "navigationBarTitleText": "Android顶部搜索框随时下移长列表", - "enablePullDownRefresh": true - } - }, - { - "path": "pages/template/long-list2/long-list2", - "style": { - "navigationBarTitleText": "顶部banner长列表嵌套滚动示例", - "enablePullDownRefresh": true - } - }, - { - "path": "pages/template/long-list-nested/long-list-nested", - "style": { - "navigationBarTitleText": "顶部banner长列表嵌套滚动示例", - "enablePullDownRefresh": true - } - }, - { - "path": "pages/template/pull-zoom-image/pull-zoom-image", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/template/navbar-lite/navbar-lite", - "style": { - "navigationBarTitleText": "自定义导航栏", - "navigationStyle": "custom" - } - }, - { - "path": "pages/template/custom-tab-bar/custom-tab-bar", - "style": { - "navigationBarTitleText": "自定义TabBar" - } - }, - // #ifdef WEB - { - "path": "pages/template/browser-element/browser-element", - "style": { - "navigationBarTitleText": "如何使用浏览器 element" - } - }, - // #endif - // #ifdef APP - { - "path": "pages/template/calendar/calendar", - "style": { - "navigationBarTitleText": "日历" - } - }, - // #endif - { - "path": "pages/template/schema/schema", - "style": { - "navigationBarTitleText": "打开schema示例" - } - }, - // #ifdef APP-ANDROID - { - "path": "pages/template/share/share", - "style": { - "navigationBarTitleText": "分享", - "enablePullDownRefresh": false - } - }, - // #endif - // #ifdef APP-ANDROID - { - "path": "pages/template/lottie-anim/lottie-anim", - "style": { - "navigationBarTitleText": "lottie动画-需要自定义基座", - "enablePullDownRefresh": false - } - }, - // #endif - // #ifdef APP || WEB - { - "path": "uni_modules/uni-pay-x/pages/success/success", - "style": { - "navigationBarTitleText": "", - "backgroundColor": "#F8F8F8", - "navigationBarBackgroundColor": "#007aff", - "navigationBarTextStyle": "white" - } - }, - { - "path": "uni_modules/uni-pay-x/pages/ad-interactive-webview/ad-interactive-webview", - "style": { - "navigationBarTitleText": "收银台", - "backgroundColor": "#F8F8F8" - } - }, - { - "path": "uni_modules/uni-pay-x/pages/pay-desk/pay-desk", - "style": { - "navigationBarTitleText": "ad", - "backgroundColor": "#F8F8F8" - } - }, - // #endif - { - "path" : "pages/template/custom-long-list/custom-long-list", - "style" : { - "navigationBarTitleText" : "自定义虚拟长列表", - "enablePullDownRefresh" : false - } - }, - { - "path" : "pages/template/test-background-color-content/test-background-color-content", - "style" : - { - "navigationBarTitleText" : "", - "backgroundColorContent": "#fffae8" - } - } - ], - "globalStyle": { - "pageOrientation": "portrait", - "navigationBarTitleText": "Hello uniapp x", - "navigationBarTextStyle": "@navigationBarTextStyle", - "navigationBarBackgroundColor": "@navigationBarBackgroundColor", - "backgroundColorContent": "@backgroundColorContent", - "backgroundColor": "@backgroundColor" - }, - "tabBar": { - "color": "@tabBarColor", - "selectedColor": "@tabBarSelectedColor", - "borderStyle": "@tabBarBorderStyle", - "backgroundColor": "@tabBarBackgroundColor", - "list": [{ - "pagePath": "pages/tabBar/component", - "iconPath": "@tabBarComponentIconPath", - "selectedIconPath": "@tabBarComponentSelectedIconPath", - "text": "内置组件" - }, - { - "pagePath": "pages/tabBar/API", - "iconPath": "@tabBarAPIIconPath", - "selectedIconPath": "@tabBarAPISelectedIconPath", - "text": "接口" - }, - { - "pagePath": "pages/tabBar/CSS", - "iconPath": "@tabBarCSSIconPath", - "selectedIconPath": "@tabBarCSSSelectedIconPath", - "text": "CSS" - }, - { - "pagePath": "pages/tabBar/template", - "iconPath": "@tabBarTemplateIconPath", - "selectedIconPath": "@tabBarTemplateSelectedIconPath", - "text": "模板" - } - ] - }, - "condition": { - //模式配置,仅开发期间生效 - "current": 0, //当前激活的模式(list 的索引项) - "list": [{ - "name": "", //模式名称 - "path": "", //启动页面,必选 - "query": "" //启动参数,在页面的onLoad函数里面得到 - }] - } -} + "pages": [ + { + "path": "pages/tabBar/component", + "style": { + "navigationBarTitleText": "内置组件", + "backgroundColor": "#F8F8F8" + } + }, + { + "path": "pages/component/view/view", + "group": "0,1,0", + "style": { + "navigationBarTitleText": "view | 基本视图容器" + } + }, + { + "path": "pages/component/scroll-view/scroll-view", + "group": "0,1,1", + "style": { + "navigationBarTitleText": "scroll-view | 可滚动视图容器" + } + }, + { + "path": "pages/component/scroll-view/scroll-view-refresher", + "style": { + "navigationBarTitleText": "scroll-view-refresher" + } + }, + { + "path": "pages/component/scroll-view/scroll-view-props", + "style": { + "navigationBarTitleText": "非下拉刷新的scroll-view属性示例" + } + }, + { + "path": "pages/component/scroll-view/scroll-view-refresher-props", + "style": { + "navigationBarTitleText": "下拉刷新的scroll-view属性示例" + } + }, + { + "path": "pages/component/scroll-view/scroll-view-custom-refresher-props", + "style": { + "navigationBarTitleText": "自定义下拉刷新的scroll-view属性示例" + } + }, + { + "path": "pages/component/swiper/swiper", + "group": "0,1,2", + "style": { + "navigationBarTitleText": "swiper | 滑块视图容器" + } + }, + { + "path": "pages/component/list-view/list-view", + "group": "0,1,8", + "style": { + "navigationBarTitleText": "list-view | 列表组件" + } + }, + { + "path": "pages/component/list-view/list-view-refresh", + "style": { + "navigationBarTitleText": "list-view-refresh", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/component/list-view/list-view-multiplex", + "style": { + "navigationBarTitleText": "list-view-multiplex" + } + }, + { + "path": "pages/component/list-view/list-view-multiplex-input", + "style": { + "navigationBarTitleText": "list-view复用input", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/component/list-view/list-view-multiplex-video", + "style": { + "navigationBarTitleText": "list-view-multiplex-video" + } + }, + { + "path": "pages/component/list-view/list-view-children-in-slot", + "style": { + "navigationBarTitleText": "list-view-children-in-slot" + } + }, + { + "path": "pages/component/sticky-section/sticky-section", + "group": "0,1,9,1", + "style": { + "navigationBarTitleText": "sticky-section | 吸顶布局容器" + } + }, + { + "path": "pages/component/sticky-header/sticky-header", + "group": "0,1,9,0", + "style": { + "navigationBarTitleText": "sticky-header | 吸顶布局容器", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/component/text/text", + "group": "0,2,1", + "style": { + "navigationBarTitleText": "text | 文本" + } + }, + { + "path": "pages/component/text/text-props", + "style": { + "navigationBarTitleText": "text-props" + } + }, + { + "path": "pages/component/rich-text/rich-text", + "group": "0,2,2", + "style": { + "navigationBarTitleText": "rich-text | 富图标" + } + }, + { + "path": "pages/component/rich-text/rich-text-tags", + "style": { + "navigationBarTitleText": "rich-text-tags" + } + }, + { + "path": "pages/component/rich-text/rich-text-complex", + "style": { + "navigationBarTitleText": "rich-text-complex" + } + }, + { + "path": "pages/component/progress/progress", + "group": "0,2,3", + "style": { + "navigationBarTitleText": "progress | 进度条" + } + }, + { + "path": "pages/component/form/form", + "group": "0,3,2", + "style": { + "navigationBarTitleText": "form | 表单" + } + }, + { + "path": "pages/component/button/button", + "group": "0,3,0", + "style": { + "navigationBarTitleText": "button | 按钮" + } + }, + { + "path": "pages/component/button/buttonstatus", + "style": { + "navigationBarTitleText": "buttonstatus" + } + }, + { + "path": "pages/component/radio/radio", + "group": "0,3,8", + "style": { + "navigationBarTitleText": "radio | 单选项" + } + }, + { + "path": "pages/component/checkbox/checkbox", + "group": "0,3,1", + "style": { + "navigationBarTitleText": "checkbox | 多选框" + } + }, + { + "path": "pages/component/input/input", + "group": "0,3,3", + "style": { + "navigationBarTitleText": "input | 输入框" + } + }, + { + "path": "pages/component/textarea/textarea", + "group": "0,3,11", + "style": { + "navigationBarTitleText": "textarea | 多行输入框" + } + }, + { + "path": "pages/component/slider/slider", + "group": "0,3,9", + "style": { + "navigationBarTitleText": "slider | 滑动选择器" + } + }, + { + "path": "pages/component/slider/slider-in-swiper", + "style": { + "navigationBarTitleText": "slider-in-swiper" + } + }, + { + "path": "pages/component/picker-view/picker-view", + "group": "0,3,7", + "style": { + "navigationBarTitleText": "picker-view | 嵌入页面的滚动选择器" + } + }, + { + "path": "pages/component/switch/switch", + "group": "0,3,10", + "style": { + "navigationBarTitleText": "switch | 开关选择器" + } + }, + { + "path": "pages/component/image/image", + "group": "0,5,1", + "style": { + "navigationBarTitleText": "image | 图片" + } + }, + { + "path": "pages/component/image/image-format", + "style": { + "navigationBarTitleText": "image-format" + } + }, + { + "path": "pages/component/image/image-mode", + "style": { + "navigationBarTitleText": "image-mode" + } + }, + { + "path": "pages/component/image/image-path", + "style": { + "navigationBarTitleText": "image-path" + } + }, + { + "path": "pages/component/image/image-large", + "style": { + "navigationBarTitleText": "大图测试" + } + }, + { + "path": "pages/component/video/video", + "group": "0,5,2", + "style": { + "navigationBarTitleText": "video | 视频" + } + }, + { + "path": "pages/component/video/video-format", + "style": { + "navigationBarTitleText": "video-format" + } + }, + { + "path": "pages/component/navigator/navigator", + "group": "0,4,0", + "style": { + "navigationBarTitleText": "navigator | 页面链接" + } + }, + { + "path": "pages/component/navigator/navigate", + "style": { + "navigationBarTitleText": "navigatePage" + } + }, + { + "path": "pages/component/navigator/redirect", + "style": { + "navigationBarTitleText": "redirectPage" + } + }, + { + "path": "pages/component/web-view/web-view", + "group": "0,8", + "style": { + "navigationBarTitleText": "web-view" + } + }, + { + "path": "pages/component/web-view/web-view/web-view-local", + "group": "0,8", + "style": { + "navigationBarTitleText": "本地网页" + } + }, + { + "path": "pages/component/unicloud-db/unicloud-db/contacts/list", + "group": "0,10", + "style": { + "navigationBarTitleText": "联系人", + "enablePullDownRefresh": true + } + }, + { + "path": "pages/component/unicloud-db/unicloud-db/contacts/add", + "style": { + "navigationBarTitleText": "新增联系人" + } + }, + { + "path": "pages/component/unicloud-db/unicloud-db/contacts/edit", + "style": { + "navigationBarTitleText": "编辑联系人" + } + }, + { + "path": "pages/component/unicloud-db/unicloud-db/contacts/detail", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/component/unicloud-db/unicloud-db/mixin-datacom/mixin-datacom", + "group": "0,10", + "style": { + "navigationBarTitleText": "mixinDatacom" + } + }, + { + "path": "pages/component/public-properties/public-properties", + "group": "0,0", + "style": { + "navigationBarTitleText": "公共属性" + } + }, + { + "path": "pages/component/public-events/public-events", + "group": "0,0", + "style": { + "navigationBarTitleText": "公共事件" + } + }, + { + "path": "pages/component/public-events/transition-events", + "group": "0,0", + "style": { + "navigationBarTitleText": "Transition Events" + } + }, + { + "path": "pages/component/public-events/touch-events", + "group": "0,0", + "style": { + "navigationBarTitleText": "Touch Events" + } + }, + // #ifndef WEB + { + "path": "pages/component/nested-scroll-header/nested-scroll-header", + "group": "0,1,10,0", + "style": { + "navigationBarTitleText": "nested-scroll-header" + } + }, + // #endif + // #ifndef WEB + { + "path": "pages/component/nested-scroll-body/nested-scroll-body", + "group": "0,1,10,1", + "style": { + "navigationBarTitleText": "nested-scroll-body" + } + }, + // #endif + { + "path": "pages/component/swiper/swiper-list-view", + "style": { + "navigationBarTitleText": "swiper嵌套list-view", + "enablePullDownRefresh": false + } + }, + // #ifdef WEB + { + "path": "pages/component/movable-view/movable-view", + "group": "0,1,5", + "style": { + "navigationBarTitleText": "movable-view | 可移动的视图容器" + } + }, + // #endif + // #ifdef WEB + { + "path": "pages/component/label/label", + "group": "0,3,5", + "style": { + "navigationBarTitleText": "label" + } + }, + // #endif + // #ifdef WEB + { + "path": "pages/component/picker/picker", + "group": "0,3,6", + "style": { + "navigationBarTitleText": "picker | 底部弹出的滚动选择器" + } + }, + // #endif + // #ifdef WEB + { + "path": "pages/component/map/map", + "group": "0,6", + "style": { + "navigationBarTitleText": "map | 地图" + } + }, + // #endif + // #ifdef WEB + { + "path": "pages/component/cover-view/cover-view", + "group": "0,1,6", + "style": { + "navigationBarTitleText": "cover-view" + } + }, + // #endif + // #ifdef WEB + { + "path": "pages/component/editor/editor", + "group": "0,3,4", + "style": { + "navigationBarTitleText": "editor | 富文本编辑器" + } + }, + // #endif + // #ifdef WEB + { + "path": "pages/API/open-location/open-location", + "group": "1,8,1", + "style": { + "navigationBarTitleText": "openLocation | 使用地图查看位置" + } + }, + // #endif + // #ifdef WEB + { + "path": "pages/API/choose-location/choose-location", + "group": "1,8,2", + "style": { + "navigationBarTitleText": "chooseLocation | 使用地图选择位置" + } + }, + // #endif + { + "path": "pages/component/list-view/issue-2199", + "style": { + "navigationBarTitleText": "issue-2199", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/component/canvas/canvas", + "group": "0,7", + "style": { + "navigationBarTitleText": "canvas | 画布" + } + }, + { + "path": "pages/component/canvas/canvas/ball", + "group": "0,7", + "style": { + "navigationBarTitleText": "ball" + } + }, + { + "path": "pages/tabBar/API", + "style": { + "navigationBarTitleText": "接口", + "backgroundColor": "#F8F8F8" + } + }, + { + "path": "pages/API/get-app/get-app", + "group": "1,0,0", + "style": { + "navigationBarTitleText": "getApp | 获取当前应用实例" + } + }, + // #ifdef APP-ANDROID + { + "path": "pages/API/exit/exit", + "group": "1,1,5", + "style": { + "navigationBarTitleText": "exit | 退出应用" + } + }, + // #endif + // #ifdef APP-ANDROID + { + "path": "pages/API/install-apk/install-apk", + "group": "1,6,6", + "style": { + "navigationBarTitleText": "installApk | 安装 APK", + "enablePullDownRefresh": false + } + }, + // #endif + { + "path": "pages/API/get-current-pages/get-current-pages", + "group": "1,0,1", + "style": { + "navigationBarTitleText": "getCurrentPages | 获取当前页面栈", + "enablePullDownRefresh": true + } + }, + { + "path": "pages/API/get-current-pages/set-page-style-disable-pull-down-refresh", + "style": { + "navigationBarTitleText": "setPageStyle pull default false", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/API/get-launch-options-sync/get-launch-options-sync", + "group": "1,1,4", + "style": { + "navigationBarTitleText": "getLaunchOptionsSync | 获取启动参数" + } + }, + { + "path": "pages/API/navigator/navigator", + "group": "1,2,0", + "style": { + "navigationBarTitleText": "navigator | 页面跳转" + } + }, + { + "path": "pages/API/set-navigation-bar-color/set-navigation-bar-color", + "group": "1,2,1", + "style": { + "navigationBarTitleText": "setNavigationBarColor | 设置导航条颜色" + } + }, + { + "path": "pages/API/set-navigation-bar-title/set-navigation-bar-title", + "group": "1,2,2", + "style": { + "navigationBarTitleText": "setNavigationBarTitle | 设置导航条标题" + } + }, + { + "path": "pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent", + "group": "1,2", + "style": { + "navigationBarTitleText": "设置页面容器背景色" + } + }, + { + "path": "pages/API/navigator/new-page/new-page-1", + "style": { + "navigationBarTitleText": "新页面-1" + } + }, + { + "path": "pages/API/navigator/new-page/new-page-3", + "style": { + "navigationBarTitleText": "新页面-3" + } + }, + { + "path": "pages/API/navigator/new-page/onLoad", + "style": { + "navigationBarTitleText": "onLoad 生命周期测试" + } + }, + { + "path": "pages/API/pull-down-refresh/pull-down-refresh", + "group": "1,2,4", + "style": { + "navigationBarTitleText": "pullDownRefresh | 页面下拉刷新", + "enablePullDownRefresh": true + } + }, + { + "path": "pages/API/storage/storage", + "group": "1,9", + "style": { + "navigationBarTitleText": "storage | key-value本地数据存储" + } + }, + // #ifndef WEB + { + "path": "pages/API/get-file-system-manager/get-file-system-manager", + "group": "1,10,0", + "style": { + "navigationBarTitleText": "getFileSystemManager | 获取文件管理器" + } + }, + // #endif + // #ifndef WEB + { + "path": "pages/API/env/env", + "group": "1,1,0", + "style": { + "navigationBarTitleText": "env | 环境变量" + } + }, + // #endif + { + "path": "pages/API/show-action-sheet/show-action-sheet", + "group": "1,4,1", + "style": { + "navigationBarTitleText": "showActionSheet | 弹出操作菜单" + } + }, + { + "path": "pages/API/show-modal/show-modal", + "group": "1,4,2", + "style": { + "navigationBarTitleText": "showModal | 显示模态弹窗" + } + }, + { + "path": "pages/API/show-loading/show-loading", + "group": "1,4,3", + "style": { + "navigationBarTitleText": "showLoading | 显示 loading 提示框" + } + }, + { + "path": "pages/API/show-toast/show-toast", + "group": "1,4,4", + "style": { + "navigationBarTitleText": "showToast | 显示消息提示框" + } + }, + { + "path": "pages/API/load-font-face/load-font-face", + "group": "1,4,5", + "style": { + "navigationBarTitleText": "loadFontFace | 动态加载字体" + } + }, + { + "path": "pages/API/load-font-face/load-font-face-child", + "style": { + "navigationBarTitleText": "动态加载字体-子页面" + } + }, + { + "path": "pages/API/get-location/get-location", + "group": "1,8,0", + "style": { + "navigationBarTitleText": "getLocation | 获取当前位置" + } + }, + { + "path": "pages/API/interceptor/interceptor", + "group": "1,1,3", + "style": { + "navigationBarTitleText": "interceptor | 拦截器" + } + }, + { + "path": "pages/API/interceptor/page1", + "style": { + "navigationBarTitleText": "拦截器测试页面 1" + } + }, + { + "path": "pages/API/interceptor/page2", + "style": { + "navigationBarTitleText": "拦截器测试页面 2" + } + }, + { + "path": "pages/API/request/request", + "group": "1,5,0", + "style": { + "navigationBarTitleText": "request | 发起网络请求" + } + }, + { + "path": "pages/API/upload-file/upload-file", + "group": "1,5,1", + "style": { + "navigationBarTitleText": "uploadFile | 上传文件" + } + }, + { + "path": "pages/API/download-file/download-file", + "group": "1,5,2", + "style": { + "navigationBarTitleText": "downloadFile | 下载文件" + } + }, + { + "path": "pages/API/websocket/socketTask", + "style": { + "navigationBarTitleText": "socketTask" + } + }, + { + "path": "pages/API/websocket/websocket", + "group": "1,5,4", + "style": { + "navigationBarTitleText": "websocket" + } + }, + { + "path": "pages/API/unicloud/unicloud/cloud-function", + "group": "1,17,0", + "style": { + "navigationBarTitleText": "cloud function | 云函数" + } + }, + { + "path": "pages/API/unicloud/unicloud/cloud-object", + "group": "1,17,1", + "style": { + "navigationBarTitleText": "cloud object | 云对象" + } + }, + { + "path": "pages/API/get-system-info/get-system-info", + "group": "1,6,0", + "style": { + "navigationBarTitleText": "getSystemInfo | 获取系统信息" + } + }, + { + "path": "pages/API/get-device-info/get-device-info", + "group": "1,6,1", + "style": { + "navigationBarTitleText": "getDeviceInfo | 获取设备信息" + } + }, + { + "path": "pages/API/get-app-base-info/get-app-base-info", + "group": "1,6,3", + "style": { + "navigationBarTitleText": "getAppBaseInfo | 获取APP基础信息" + } + }, + // #ifndef WEB + { + "path": "pages/API/get-system-setting/get-system-setting", + "group": "1,6,5", + "style": { + "navigationBarTitleText": "getSystemSetting | 获取系统设置" + } + }, + // #endif + // #ifndef WEB + { + "path": "pages/API/element-takesnapshot/element-takesnapshot", + "group": "1,30", + "style": { + "navigationBarTitleText": "takeSnapshot", + "enablePullDownRefresh": false + } + }, + // #endif + // #ifndef WEB + { + "path": "pages/API/get-app-authorize-setting/get-app-authorize-setting", + "group": "1,6,4", + "style": { + "navigationBarTitleText": "getAppAuthorizeSetting | 获取APP授权设置" + } + }, + // #endif + { + "path": "pages/API/preview-image/preview-image", + "group": "1,7,1", + "style": { + "navigationBarTitleText": "previewImage | 图片预览" + } + }, + { + "path": "pages/API/choose-image/choose-image", + "group": "1,7,0", + "style": { + "navigationBarTitleText": "chooseImage | 拍照和相册选择" + } + }, + { + "path": "pages/API/get-image-info/get-image-info", + "group": "1,7,3", + "style": { + "navigationBarTitleText": "getImageInfo | 获取图片信息" + } + }, + { + "path": "pages/API/compress-image/compress-image", + "group": "1,7,4", + "style": { + "navigationBarTitleText": "compressImage | 压缩图片" + } + }, + { + "path": "pages/API/choose-video/choose-video", + "group": "1,7,5", + "style": { + "navigationBarTitleText": "chooseVideo | 拍摄视频或从相册中选择视频" + } + }, + // #ifndef WEB + { + "path": "pages/API/save-image-to-photos-album/save-image-to-photos-album", + "group": "1,7,2", + "style": { + "navigationBarTitleText": "saveImageToPhotosAlbum | 保存图片到相册" + } + }, + // #endif + // #ifndef WEB + { + "path": "pages/API/save-video-to-photos-album/save-video-to-photos-album", + "group": "1,7,6", + "style": { + "navigationBarTitleText": "saveVideoToPhotosAlbum | 保存视频到相册" + } + }, + // #endif + { + "path": "pages/API/get-video-info/get-video-info", + "group": "1,7,7", + "style": { + "navigationBarTitleText": "getVideoInfo | 获取视频信息" + } + }, + { + "path": "pages/API/compress-video/compress-video", + "group": "1,7,8", + "style": { + "navigationBarTitleText": "compressVideo | 压缩视频" + } + }, + { + "path": "pages/API/get-network-type/get-network-type", + "group": "1,5,3", + "style": { + "navigationBarTitleText": "getNetworkType | 获取网络类型" + } + }, + { + "path": "pages/API/page-scroll-to/page-scroll-to", + "group": "1,2,5", + "style": { + "navigationBarTitleText": "pageScrollTo | 将页面滚动到指定位置" + } + }, + { + "path": "pages/API/event-bus/event-bus", + "group": "1,1,1", + "style": { + "navigationBarTitleText": "eventBus | 事件总线" + } + }, + { + "path": "pages/API/unicloud/unicloud/cloud-storage", + "group": "1,17,2", + "style": { + "navigationBarTitleText": "cloud storage | 云存储" + } + }, + { + "path": "pages/API/unicloud/unicloud/database", + "group": "1,17,3", + "style": { + "navigationBarTitleText": "database | 数据库" + } + }, + { + "path": "pages/API/get-battery-info/get-battery-info", + "group": "1,6,8", + "style": { + "navigationBarTitleText": "getBatteryInfo | 获取电池电量信息" + } + }, + { + "path": "pages/API/get-window-info/get-window-info", + "group": "1,6,2", + "style": { + "navigationBarTitleText": "getWindowInfo | 获取窗口信息" + } + }, + // #ifndef WEB + { + "path": "pages/API/element-draw/element-draw", + "group": "1,30", + "style": { + "navigationBarTitleText": "getDrawableContext", + "enablePullDownRefresh": false + } + }, + // #endif + // #ifndef WEB + { + "path": "pages/API/facial-recognition-meta-info/facial-recognition-meta-info", + "group": "1,11,1", + "style": { + "navigationBarTitleText": "facialRecognitionMetaInfo | 金融级实人认证", + "enablePullDownRefresh": false + } + }, + // #endif + // #ifndef WEB + { + "path": "pages/API/get-univerify-manager/get-univerify-manager", + "group": "1,11,0", + "style": { + "navigationBarTitleText": "getUniverifyManager | App一键登录", + "enablePullDownRefresh": false + } + }, + // #endif + { + "path": "pages/API/rpx2px/rpx2px", + "group": "1,4,6", + "style": { + "navigationBarTitleText": "rpx2px | 将rpx单位值转换成px", + "enablePullDownRefresh": false + } + }, + // #ifdef APP-ANDROID + { + "path": "pages/API/create-request-permission-listener/create-request-permission-listener", + "group": "1,6,16", + "style": { + "navigationBarTitleText": "createRequestPermissionListener | 监听权限申请", + "enablePullDownRefresh": false + } + }, + // #endif + // #ifndef WEB + { + "path": "pages/API/request-payment/request-payment", + "group": "1,14,0", + "style": { + "navigationBarTitleText": "requestPayment | 发起支付", + "enablePullDownRefresh": false + } + }, + // #endif + // #ifndef WEB + { + "path": "pages/API/create-rewarded-video-ad/create-rewarded-video-ad", + "group": "1,12,0", + "style": { + "navigationBarTitleText": "createRewardedVideoAd | 激励视频广告", + "enablePullDownRefresh": false + } + }, + // #endif + { + "path": "pages/API/request-payment/request-payment/request-payment-uni-pay", + "group": "1,14", + "style": { + "navigationBarTitleText": "uni-pay示例", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/API/request-payment/request-payment/order-detail", + "style": { + "navigationBarTitleText": "订单详情示例", + "enablePullDownRefresh": false + } + }, + // #ifdef WEB + { + "path": "pages/API/make-phone-call/make-phone-call", + "group": "1,6,9", + "style": { + "navigationBarTitleText": "makePhoneCall | 打电话" + } + }, + // #endif + // #ifdef WEB + { + "path": "pages/API/create-inner-audio-context/create-inner-audio-context", + "group": "1,7,9", + "style": { + "navigationBarTitleText": "createInnerAudioContext | 音频" + } + }, + // #endif + // #ifdef WEB + { + "path": "pages/API/create-inner-audio-context/inner-audio-format", + "style": { + "navigationBarTitleText": "inner-audio-format" + } + }, + // #endif + // #ifdef WEB + { + "path": "pages/API/create-inner-audio-context/inner-audio-path", + "style": { + "navigationBarTitleText": "inner-audio-path" + } + }, + // #endif + // #ifdef WEB + { + "path": "pages/API/clipboard/clipboard", + "group": "1,6,10", + "style": { + "navigationBarTitleText": "clipboard | 剪切板" + } + }, + // #endif + // #ifdef WEB + { + "path": "pages/API/compass/compass", + "group": "1,6,11", + "style": { + "navigationBarTitleText": "compass | 罗盘" + } + }, + // #endif + // #ifndef WEB + { + "path": "pages/API/theme-change/theme-change", + "group": "1,4,7", + "style": { + "navigationBarTitleText": "themeChange | 主题切换", + "enablePullDownRefresh": false + } + }, + // #endif + { + "path": "pages/API/get-element-by-id/get-element-by-id", + "group": "1,3,0", + "style": { + "navigationBarTitleText": "getElementById | 通过 id 获取 element" + } + }, + { + "path": "pages/API/get-element-by-id/get-element-by-id-multiple-root-node", + "style": { + "navigationBarTitleText": "获取节点-多根节点" + } + }, + { + "path": "pages/API/create-selector-query/create-selector-query", + "group": "1,3,1", + "style": { + "navigationBarTitleText": "createSelectorQuery | 创建 SelectorQuery 实例" + } + }, + { + "path": "pages/API/resize-observer/resize-observer", + "group": "1,30", + "style": { + "navigationBarTitleText": "UniResizeObserver" + } + }, + { + "path": "pages/tabBar/CSS", + "style": { + "navigationBarTitleText": "CSS", + "backgroundColor": "#F8F8F8" + } + }, + { + "path": "pages/CSS/background/background-color", + "group": "2,8,1", + "style": { + "navigationBarTitleText": "background-color" + } + }, + { + "path": "pages/CSS/background/background-image", + "group": "2,8,2", + "style": { + "navigationBarTitleText": "background-image" + } + }, + { + "path": "pages/CSS/border/border-bottom", + "group": "2,13,22", + "style": { + "navigationBarTitleText": "border-bottom" + } + }, + { + "path": "pages/CSS/border/border-color", + "group": "2,13,11", + "style": { + "navigationBarTitleText": "border-color" + } + }, + { + "path": "pages/CSS/border/border-left", + "group": "2,13,23", + "style": { + "navigationBarTitleText": "border-left" + } + }, + { + "path": "pages/CSS/border/border-radius", + "group": "2,13,16", + "style": { + "navigationBarTitleText": "border-radius" + } + }, + { + "path": "pages/CSS/border/border-right", + "group": "2,13,24", + "style": { + "navigationBarTitleText": "border-right" + } + }, + { + "path": "pages/CSS/border/border-style", + "group": "2,13,1", + "style": { + "navigationBarTitleText": "border-style" + } + }, + { + "path": "pages/CSS/border/border-top", + "group": "2,13,21", + "style": { + "navigationBarTitleText": "border-top" + } + }, + { + "path": "pages/CSS/border/border-width", + "group": "2,13,6", + "style": { + "navigationBarTitleText": "border-width" + } + }, + { + "path": "pages/CSS/border/border", + "group": "2,13,0", + "style": { + "navigationBarTitleText": "border" + } + }, + { + "path": "pages/CSS/border/complex-border/complex-border", + "group": "2,13", + "style": { + "navigationBarTitleText": "border属性组合示例" + } + }, + { + "path": "pages/CSS/border/dynamic-border", + "group": "2,13", + "style": { + "navigationBarTitleText": "border动态修改" + } + }, + { + "path": "pages/CSS/box-shadow/box-shadow", + "group": "2,15", + "style": { + "navigationBarTitleText": "box-shadow" + } + }, + { + "path": "pages/CSS/display/flex", + "group": "2,5", + "style": { + "navigationBarTitleText": "flex" + } + }, + { + "path": "pages/CSS/display/none", + "group": "2,5", + "style": { + "navigationBarTitleText": "none" + } + }, + { + "path": "pages/CSS/flex/align-content", + "group": "2,7,6", + "style": { + "navigationBarTitleText": "align-content" + } + }, + { + "path": "pages/CSS/flex/align-items", + "group": "2,7,4", + "style": { + "navigationBarTitleText": "align-items" + } + }, + { + "path": "pages/CSS/flex/flex-basis", + "group": "2,7,9", + "style": { + "navigationBarTitleText": "flex-basis" + } + }, + { + "path": "pages/CSS/flex/flex-direction", + "group": "2,7,1", + "style": { + "navigationBarTitleText": "flex-direction" + } + }, + { + "path": "pages/CSS/flex/flex-flow", + "group": "2,7,10", + "style": { + "navigationBarTitleText": "flex-flow" + } + }, + { + "path": "pages/CSS/flex/flex-grow", + "group": "2,7,7", + "style": { + "navigationBarTitleText": "flex-grow" + } + }, + { + "path": "pages/CSS/flex/flex-shrink", + "group": "2,7,8", + "style": { + "navigationBarTitleText": "flex-shrink" + } + }, + { + "path": "pages/CSS/flex/flex", + "group": "2,7,0", + "style": { + "navigationBarTitleText": "flex" + } + }, + { + "path": "pages/CSS/flex/justify-content", + "group": "2,7,2", + "style": { + "navigationBarTitleText": "justify-content" + } + }, + { + "path": "pages/CSS/layout/height", + "group": "2,1,0", + "style": { + "navigationBarTitleText": "height" + } + }, + { + "path": "pages/CSS/layout/max-height", + "group": "2,1,2", + "style": { + "navigationBarTitleText": "max-height" + } + }, + { + "path": "pages/CSS/layout/max-width", + "group": "2,0,2", + "style": { + "navigationBarTitleText": "max-width" + } + }, + { + "path": "pages/CSS/layout/min-height", + "group": "2,1,1", + "style": { + "navigationBarTitleText": "min-height" + } + }, + { + "path": "pages/CSS/layout/min-width", + "group": "2,0,1", + "style": { + "navigationBarTitleText": "min-width" + } + }, + { + "path": "pages/CSS/layout/position", + "group": "2,9,0", + "style": { + "navigationBarTitleText": "position" + } + }, + { + "path": "pages/CSS/layout/width", + "group": "2,0,0", + "style": { + "navigationBarTitleText": "width" + } + }, + { + "path": "pages/CSS/layout/z-index", + "group": "2,10", + "style": { + "navigationBarTitleText": "z-index" + } + }, + { + "path": "pages/CSS/layout/visibility", + "group": "2,6", + "style": { + "navigationBarTitleText": "visibility" + } + }, + { + "path": "pages/CSS/margin/margin-bottom", + "group": "2,2,2", + "style": { + "navigationBarTitleText": "margin-bottom" + } + }, + { + "path": "pages/CSS/margin/margin-left", + "group": "2,2,3", + "style": { + "navigationBarTitleText": "margin-left" + } + }, + { + "path": "pages/CSS/margin/margin-right", + "group": "2,2,4", + "style": { + "navigationBarTitleText": "margin-right" + } + }, + { + "path": "pages/CSS/margin/margin-top", + "group": "2,2,1", + "style": { + "navigationBarTitleText": "margin-top" + } + }, + { + "path": "pages/CSS/margin/margin", + "group": "2,2,0", + "style": { + "navigationBarTitleText": "margin" + } + }, + { + "path": "pages/CSS/overflow/overflow", + "group": "2,11", + "style": { + "navigationBarTitleText": "overflow" + } + }, + { + "path": "pages/CSS/padding/padding-bottom", + "group": "2,3,2", + "style": { + "navigationBarTitleText": "padding-bottom" + } + }, + { + "path": "pages/CSS/padding/padding-left", + "group": "2,3,3", + "style": { + "navigationBarTitleText": "padding-left" + } + }, + { + "path": "pages/CSS/padding/padding-right", + "group": "2,3,4", + "style": { + "navigationBarTitleText": "padding-right" + } + }, + { + "path": "pages/CSS/padding/padding-top", + "group": "2,3,1", + "style": { + "navigationBarTitleText": "padding-top" + } + }, + { + "path": "pages/CSS/padding/padding", + "group": "2,3,0", + "style": { + "navigationBarTitleText": "padding" + } + }, + { + "path": "pages/CSS/text/color", + "group": "2,14,0", + "style": { + "navigationBarTitleText": "color" + } + }, + { + "path": "pages/CSS/text/font-family", + "group": "2,14,2", + "style": { + "navigationBarTitleText": "font-family" + } + }, + { + "path": "pages/CSS/text/font-size", + "group": "2,14,1", + "style": { + "navigationBarTitleText": "font-size" + } + }, + { + "path": "pages/CSS/text/font-style", + "group": "2,14,3", + "style": { + "navigationBarTitleText": "font-style" + } + }, + { + "path": "pages/CSS/text/font-weight", + "group": "2,14,4", + "style": { + "navigationBarTitleText": "font-weight" + } + }, + { + "path": "pages/CSS/text/letter-spacing", + "group": "2,14,14", + "style": { + "navigationBarTitleText": "letter-spacing" + } + }, + { + "path": "pages/CSS/text/line-height", + "group": "2,14,12", + "style": { + "navigationBarTitleText": "line-height" + } + }, + { + "path": "pages/CSS/text/text-align", + "group": "2,14,10", + "style": { + "navigationBarTitleText": "text-align" + } + }, + { + "path": "pages/CSS/text/text-overflow", + "group": "2,14,11", + "style": { + "navigationBarTitleText": "text-overflow" + } + }, + { + "path": "pages/CSS/text/text-decoration-line", + "group": "2,14,6", + "style": { + "navigationBarTitleText": "text-decoration-line" + } + }, + { + "path": "pages/CSS/transition/transition", + "group": "2,16", + "style": { + "navigationBarTitleText": "transition" + } + }, + { + "path": "pages/CSS/pointer-events/pointer-events", + "group": "2,18", + "style": { + "navigationBarTitleText": "pointer-events" + } + }, + { + "path": "pages/CSS/transform/translate", + "group": "2,17", + "style": { + "navigationBarTitleText": "translate" + } + }, + { + "path": "pages/CSS/transform/scale", + "group": "2,17", + "style": { + "navigationBarTitleText": "scale" + } + }, + { + "path": "pages/CSS/transform/rotate", + "group": "2,17", + "style": { + "navigationBarTitleText": "rotate" + } + }, + { + "path": "pages/CSS/variable/variable", + "group": "2,20", + "style": { + "navigationBarTitleText": "css 变量" + } + }, + { + "path": "pages/CSS/overflow/overflow-visible-event", + "group": "2,11", + "style": { + "navigationBarTitleText": "overflow-visible-event" + } + }, + { + "path": "pages/tabBar/template", + "style": { + "navigationBarTitleText": "模板" + } + }, + { + "path": "pages/template/list-news/list-news", + "style": { + "navigationBarTitleText": "列表到详情示例(吸顶)" + } + }, + { + "path": "pages/template/list-news/detail/detail", + "style": { + "navigationBarTitleText": "详情示例" + } + }, + { + "path": "pages/template/drop-card/drop-card", + "style": { + "navigationBarTitleText": "drop-card" + } + }, + { + "path": "pages/template/swiper-list/swiper-list", + "style": { + "navigationBarTitleText": "swiper-list" + } + }, + { + "path": "pages/template/swiper-list2/swiper-list2", + "style": { + "navigationBarTitleText": "swiper-list2" + } + }, + { + "path": "pages/template/slider-100/slider-100", + "style": { + "navigationBarTitleText": "slider x 100" + } + }, + { + "path": "pages/template/swiper-vertical-video/swiper-vertical-video", + "style": { + "navigationStyle": "custom", + "backgroundColorContent": "#000000" + } + }, + // #ifdef APP + { + "path": "pages/template/scroll-sticky/scroll-sticky", + "style": { + "navigationBarTitleText": "scroll-view自定义滚动吸顶" + } + }, + // #endif + { + "path": "pages/template/scroll-fold-nav/scroll-fold-nav", + "style": { + "navigationStyle": "custom", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/template/custom-refresher/custom-refresher", + "style": { + "navigationBarTitleText": "自定义下拉刷新" + } + }, + { + "path": "pages/template/half-screen/half-screen", + "style": { + "navigationBarTitleText": "半屏弹窗" + } + }, + { + "path": "pages/template/long-list/long-list", + "style": { + "navigationBarTitleText": "Android顶部搜索框随时下移长列表", + "enablePullDownRefresh": true + } + }, + { + "path": "pages/template/long-list2/long-list2", + "style": { + "navigationBarTitleText": "顶部banner长列表嵌套滚动示例", + "enablePullDownRefresh": true + } + }, + { + "path": "pages/template/long-list-nested/long-list-nested", + "style": { + "navigationBarTitleText": "顶部banner长列表嵌套滚动示例", + "enablePullDownRefresh": true + } + }, + { + "path": "pages/template/pull-zoom-image/pull-zoom-image", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/template/navbar-lite/navbar-lite", + "style": { + "navigationBarTitleText": "自定义导航栏", + "navigationStyle": "custom" + } + }, + { + "path": "pages/template/custom-tab-bar/custom-tab-bar", + "style": { + "navigationBarTitleText": "自定义TabBar" + } + }, + // #ifdef WEB + { + "path": "pages/template/browser-element/browser-element", + "style": { + "navigationBarTitleText": "如何使用浏览器 element" + } + }, + // #endif + // #ifdef APP + { + "path": "pages/template/calendar/calendar", + "style": { + "navigationBarTitleText": "日历" + } + }, + // #endif + { + "path": "pages/template/schema/schema", + "style": { + "navigationBarTitleText": "打开schema示例" + } + }, + // #ifdef APP-ANDROID + { + "path": "pages/template/share/share", + "style": { + "navigationBarTitleText": "分享", + "enablePullDownRefresh": false + } + }, + // #endif + // #ifdef APP-ANDROID + { + "path": "pages/template/lottie-anim/lottie-anim", + "style": { + "navigationBarTitleText": "lottie动画-需要自定义基座", + "enablePullDownRefresh": false + } + }, + // #endif + // #ifdef APP || WEB + { + "path": "uni_modules/uni-pay-x/pages/success/success", + "style": { + "navigationBarTitleText": "", + "backgroundColor": "#F8F8F8", + "navigationBarBackgroundColor": "#007aff", + "navigationBarTextStyle": "white" + } + }, + { + "path": "uni_modules/uni-pay-x/pages/ad-interactive-webview/ad-interactive-webview", + "style": { + "navigationBarTitleText": "收银台", + "backgroundColor": "#F8F8F8" + } + }, + { + "path": "uni_modules/uni-pay-x/pages/pay-desk/pay-desk", + "style": { + "navigationBarTitleText": "ad", + "backgroundColor": "#F8F8F8" + } + }, + // #endif + { + "path": "pages/template/custom-long-list/custom-long-list", + "style": { + "navigationBarTitleText": "自定义虚拟长列表", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/template/test-background-color-content/test-background-color-content", + "style": { + "navigationBarTitleText": "", + "backgroundColorContent": "#fffae8" + } + } + ], + "globalStyle": { + "pageOrientation": "portrait", + "navigationBarTitleText": "Hello uniapp x", + "navigationBarTextStyle": "@navigationBarTextStyle", + "navigationBarBackgroundColor": "@navigationBarBackgroundColor", + "backgroundColorContent": "@backgroundColorContent", + "backgroundColor": "@backgroundColor" + }, + "tabBar": { + "color": "@tabBarColor", + "selectedColor": "@tabBarSelectedColor", + "borderStyle": "@tabBarBorderStyle", + "backgroundColor": "@tabBarBackgroundColor", + "list": [ + { + "pagePath": "pages/tabBar/component", + "iconPath": "@tabBarComponentIconPath", + "selectedIconPath": "@tabBarComponentSelectedIconPath", + "text": "内置组件" + }, + { + "pagePath": "pages/tabBar/API", + "iconPath": "@tabBarAPIIconPath", + "selectedIconPath": "@tabBarAPISelectedIconPath", + "text": "接口" + }, + { + "pagePath": "pages/tabBar/CSS", + "iconPath": "@tabBarCSSIconPath", + "selectedIconPath": "@tabBarCSSSelectedIconPath", + "text": "CSS" + }, + { + "pagePath": "pages/tabBar/template", + "iconPath": "@tabBarTemplateIconPath", + "selectedIconPath": "@tabBarTemplateSelectedIconPath", + "text": "模板" + } + ] + }, + "condition": { + //模式配置,仅开发期间生效 + "current": 0, //当前激活的模式(list 的索引项) + "list": [ + { + "name": "", //模式名称 + "path": "", //启动页面,必选 + "query": "" //启动参数,在页面的onLoad函数里面得到 + } + ] + }, + "groups": [ + { + "id": "component", + "name": "组件", + "children": [ + { + "id": "component.public-properties-events", + "name": "公共属性和事件" + }, + { + "id": "component.view-container", + "name": "视图容器", + "children": [ + { + "id": "component.view-container.view", + "name": "view" + }, + { + "id": "component.view-container.scroll-view", + "name": "scroll-view" + }, + { + "id": "component.view-container.swiper", + "name": "swiper" + }, + null, + null, + { + "id": "component.view-container.movable-view", + "name": "movable-view" + }, + { + "id": "component.view-container.cover-view", + "name": "cover-view" + }, + null, + { + "id": "component.view-container.list-view", + "name": "list-view" + }, + { + "id": "component.view-container.sticky", + "name": "sticky", + "children": [ + { + "id": "component.view-container.sticky.sticky-header", + "name": "sticky-header" + }, + { + "id": "component.view-container.sticky.sticky-section", + "name": "sticky-section" + } + ] + }, + { + "id": "component.view-container.nested-scroll", + "name": "nested-scroll", + "children": [ + { + "id": "component.view-container.nested-scroll.nested-scroll-header", + "name": "nested-scroll-header" + }, + { + "id": "component.view-container.nested-scroll.nested-scroll-body", + "name": "nested-scroll-body" + } + ] + } + ] + }, + { + "id": "component.basic-content", + "name": "基础内容", + "children": [ + null, + { + "id": "component.basic-content.text", + "name": "text" + }, + { + "id": "component.basic-content.rich-text", + "name": "rich-text" + }, + { + "id": "component.basic-content.progress", + "name": "progress" + } + ] + }, + { + "id": "component.form-component", + "name": "表单组件", + "children": [ + { + "id": "component.form-component.button", + "name": "button" + }, + { + "id": "component.form-component.checkbox", + "name": "checkbox" + }, + { + "id": "component.form-component.form", + "name": "form" + }, + { + "id": "component.form-component.input", + "name": "input" + }, + { + "id": "component.form-component.editor", + "name": "editor" + }, + { + "id": "component.form-component.label", + "name": "label" + }, + { + "id": "component.form-component.picker", + "name": "picker" + }, + { + "id": "component.form-component.picker-view", + "name": "picker-view" + }, + { + "id": "component.form-component.radio", + "name": "radio" + }, + { + "id": "component.form-component.slider", + "name": "slider" + }, + { + "id": "component.form-component.switch", + "name": "switch" + }, + { + "id": "component.form-component.textarea", + "name": "textarea" + } + ] + }, + { + "id": "component.navigation", + "name": "导航", + "children": [ + { + "id": "component.navigation.navigator", + "name": "navigator" + } + ] + }, + { + "id": "component.media", + "name": "媒体组件", + "children": [ + null, + { + "id": "component.media.image", + "name": "image" + }, + { + "id": "component.media.video", + "name": "video" + } + ] + }, + { + "id": "component.map", + "name": "地图" + }, + { + "id": "component.canvas", + "name": "画布" + }, + { + "id": "component.web-view", + "name": "网页" + }, + null, + { + "id": "component.unicloud", + "name": "unicloud" + } + ] + }, + { + "id": "API", + "name": "API", + "children": [ + { + "id": "api.global", + "name": "全局", + "children": [ + { + "id": "api.global.getApp", + "name": "getApp" + }, + { + "id": "api.global.getCurrentPages", + "name": "getCurrentPages" + } + ] + }, + { + "id": "api.base", + "name": "基础", + "children": [ + { + "id": "api.base.env", + "name": "env" + }, + { + "id": "api.base.eventBus", + "name": "eventBus" + }, + null, + { + "id": "api.base.interceptor", + "name": "interceptor" + }, + { + "id": "api.base.getLaunchOptionsSync", + "name": "getLaunchOptionsSync" + }, + { + "id": "api.base.exit", + "name": "exit" + } + ] + }, + { + "id": "api.page", + "name": "页面和路由", + "children": [ + { + "id": "api.page.navigator", + "name": "navigator" + }, + { + "id": "api.page.setNavigationBarColor", + "name": "setNavigationBarColor" + }, + { + "id": "api.page.setNavigationBarTitle", + "name": "setNavigationBarTitle" + }, + null, + { + "id": "api.page.pullDownRefresh", + "name": "pullDownRefresh" + }, + { + "id": "api.page.pageScrollTo", + "name": "pageScrollTo" + } + ] + }, + { + "id": "api.dom", + "name": "Dom 节点", + "children": [ + { + "id": "api.dom.getElementById", + "name": "getElementById" + }, + { + "id": "api.dom.createSelectorQuery", + "name": "createSelectorQuery" + } + ] + }, + { + "id": "api.ui", + "name": "界面", + "children": [ + null, + { + "id": "api.ui.showActionSheet", + "name": "showActionSheet" + }, + { + "id": "api.ui.showModal", + "name": "showModal" + }, + { + "id": "api.ui.showLoading", + "name": "showLoading" + }, + { + "id": "api.ui.showToast", + "name": "showToast" + }, + { + "id": "api.ui.loadFontFace", + "name": "loadFontFace" + }, + { + "id": "api.ui.rpx2px", + "name": "rpx2px" + }, + { + "id": "api.ui.themeChange", + "name": "themeChange" + } + ] + }, + { + "id": "api.network", + "name": "网络", + "children": [ + { + "id": "api.network.request", + "name": "request" + }, + { + "id": "api.network.uploadFile", + "name": "uploadFile" + }, + { + "id": "api.network.downloadFile", + "name": "downloadFile" + }, + { + "id": "api.network.getNetworkType", + "name": "getNetworkType" + }, + { + "id": "api.network.websocket", + "name": "websocket" + } + ] + }, + { + "id": "api.device", + "name": "设备", + "children": [ + { + "id": "api.device.getSystemInfo", + "name": "getSystemInfo" + }, + { + "id": "api.device.getDeviceInfo", + "name": "getDeviceInfo" + }, + { + "id": "api.device.getWindowInfo", + "name": "getWindowInfo" + }, + { + "id": "api.device.getAppBaseInfo", + "name": "getAppBaseInfo" + }, + { + "id": "api.device.getAppAuthorizeSetting", + "name": "getAppAuthorizeSetting" + }, + { + "id": "api.device.getSystemSetting", + "name": "getSystemSetting" + }, + { + "id": "api.device.installApk", + "name": "installApk" + }, + null, + { + "id": "api.device.getBatteryInfo", + "name": "getBatteryInfo" + }, + { + "id": "api.device.makePhoneCall", + "name": "makePhoneCall" + }, + { + "id": "api.device.clipboard", + "name": "clipboard" + }, + { + "id": "api.device.compass", + "name": "compass" + }, + null, + null, + null, + null, + { + "id": "api.device.createRequestPermissionListener", + "name": "createRequestPermissionListener" + } + ] + }, + { + "id": "api.media", + "name": "媒体", + "children": [ + { + "id": "api.media.chooseImage", + "name": "chooseImage" + }, + { + "id": "api.media.previewImage", + "name": "previewImage" + }, + { + "id": "api.media.saveImageToPhotosAlbum", + "name": "saveImageToPhotosAlbum" + }, + { + "id": "api.media.getImageInfo", + "name": "getImageInfo" + }, + { + "id": "api.media.compressImage", + "name": "compressImage" + }, + { + "id": "api.media.chooseVideo", + "name": "chooseVideo" + }, + { + "id": "api.media.saveVideoToPhotosAlbum", + "name": "saveVideoToPhotosAlbum" + }, + { + "id": "api.media.getVideoInfo", + "name": "getVideoInfo" + }, + { + "id": "api.media.compressVideo", + "name": "compressVideo" + }, + { + "id": "api.media.createInnerAudioContext", + "name": "createInnerAudioContext" + } + ] + }, + { + "id": "api.location", + "name": "位置", + "children": [ + { + "id": "api.location.getLocation", + "name": "getLocation" + }, + { + "id": "api.location.openLocation", + "name": "openLocation" + }, + { + "id": "api.location.chooseLocation", + "name": "chooseLocation" + } + ] + }, + { + "id": "api.storage", + "name": "数据存储" + }, + { + "id": "api.file", + "name": "文件", + "children": [ + { + "id": "api.file.getFileSystemManager", + "name": "getFileSystemManager" + } + ] + }, + { + "id": "api.loginVerify", + "name": "登录与认证", + "children": [ + { + "id": "api.loginVerify.getUniverifyManager", + "name": "getUniverifyManager" + }, + { + "id": "api.loginVerify.facialRecognitionMetaInfo", + "name": "facialRecognitionMetaInfo" + } + ] + }, + { + "id": "api.ad", + "name": "广告", + "children": [ + { + "id": "api.ad.createRewardedVideoAd", + "name": "createRewardedVideoAd" + } + ] + }, + null, + { + "id": "api.payment", + "name": "支付", + "children": [ + { + "id": "api.payment.requestPayment", + "name": "requestPayment" + } + ] + }, + null, + null, + { + "id": "api.unicloud", + "name": "uniCloud客户端API", + "children": [ + { + "id": "api.unicloud.cloudFunction", + "name": "cloudFunction" + }, + { + "id": "api.unicloud.cloudObject", + "name": "cloudObject" + }, + { + "id": "api.unicloud.cloudStorage", + "name": "cloudStorage" + }, + { + "id": "api.unicloud.database", + "name": "database" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": "api.elementInstance", + "name": "Element 实例" + } + ] + }, + { + "id": "CSS", + "name": "组件", + "children": [ + { + "id": "css.properties.width", + "name": "width", + "children": [ + { + "id": "css.properties.width.width", + "name": "width" + }, + { + "id": "css.properties.width.min-width", + "name": "min-width" + }, + { + "id": "css.properties.width.max-width", + "name": "max-width" + } + ] + }, + { + "id": "css.properties.height", + "name": "height", + "children": [ + { + "id": "css.properties.height.height", + "name": "height" + }, + { + "id": "css.properties.height.min-height", + "name": "min-height" + }, + { + "id": "css.properties.height.max-height", + "name": "max-height" + } + ] + }, + { + "id": "css.properties.margin", + "name": "margin", + "children": [ + { + "id": "css.properties.margin.margin", + "name": "margin" + }, + { + "id": "css.properties.margin.margin-top", + "name": "margin-top" + }, + { + "id": "css.properties.margin.margin-bottom", + "name": "margin-bottom" + }, + { + "id": "css.properties.margin.margin-left", + "name": "margin-left" + }, + { + "id": "css.properties.margin.margin-right", + "name": "margin-right" + } + ] + }, + { + "id": "css.properties.padding", + "name": "padding", + "children": [ + { + "id": "css.properties.padding.padding", + "name": "padding" + }, + { + "id": "css.properties.padding.padding-top", + "name": "padding-top" + }, + { + "id": "css.properties.padding.padding-bottom", + "name": "padding-bottom" + }, + { + "id": "css.properties.padding.padding-left", + "name": "padding-left" + }, + { + "id": "css.properties.padding.padding-right", + "name": "padding-right" + } + ] + }, + null, + { + "id": "display", + "name": "display" + }, + { + "id": "css.properties.visibility", + "name": "visibility" + }, + { + "id": "css.properties.flex", + "name": "flex", + "children": [ + { + "id": "css.properties.flex.flex", + "name": "flex" + }, + { + "id": "css.properties.flex.flex-direction", + "name": "flex-direction" + }, + { + "id": "css.properties.flex.justify-content", + "name": "justify-content" + }, + null, + { + "id": "css.properties.flex.align-items", + "name": "align-items" + }, + null, + { + "id": "css.properties.flex.align-content", + "name": "align-content" + }, + { + "id": "css.properties.flex.flex-grow", + "name": "flex-grow" + }, + { + "id": "css.properties.flex.flex-shrink", + "name": "flex-shrink" + }, + { + "id": "css.properties.flex.flex-basis", + "name": "flex-basis" + }, + { + "id": "css.properties.flex.flex-flow", + "name": "flex-flow" + } + ] + }, + { + "id": "css.properties.background", + "name": "background", + "children": [ + null, + { + "id": "css.properties.background.background-color", + "name": "background-color" + }, + { + "id": "css.properties.background.background-image", + "name": "background-image" + } + ] + }, + { + "id": "css.properties.position", + "name": "position", + "children": [ + { + "id": "css.properties.position.position", + "name": "position" + } + ] + }, + { + "id": "css.properties.z-index", + "name": "z-index" + }, + { + "id": "overflow", + "name": "overflow" + }, + null, + { + "id": "css.properties.border", + "name": "border", + "children": [ + { + "id": "css.properties.border.border", + "name": "border" + }, + { + "id": "css.properties.border.border-style", + "name": "border-style" + }, + null, + null, + null, + null, + { + "id": "css.properties.border.border-width", + "name": "border-width" + }, + null, + null, + null, + null, + { + "id": "css.properties.border.border-color", + "name": "border-color" + }, + null, + null, + null, + null, + { + "id": "css.properties.border.border-radius", + "name": "border-radius" + }, + null, + null, + null, + null, + { + "id": "css.properties.border.border-top", + "name": "border-top" + }, + { + "id": "css.properties.border.border-bottom", + "name": "border-bottom" + }, + { + "id": "css.properties.border.border-left", + "name": "border-left" + }, + { + "id": "css.properties.border.border-right", + "name": "border-right" + } + ] + }, + { + "id": "css.properties.text", + "name": "text", + "children": [ + { + "id": "css.properties.text.color", + "name": "color" + }, + { + "id": "css.properties.text.font-size", + "name": "font-size" + }, + { + "id": "css.properties.text.font-family", + "name": "font-family" + }, + { + "id": "css.properties.text.font-style", + "name": "font-style" + }, + { + "id": "css.properties.text.font-weight", + "name": "font-weight" + }, + null, + { + "id": "css.properties.text.text-decoration-line", + "name": "text-decoration-line" + }, + null, + null, + null, + { + "id": "css.properties.text.text-align", + "name": "text-align" + }, + { + "id": "css.properties.text.text-overflow", + "name": "text-overflow" + }, + { + "id": "css.properties.text.line-height", + "name": "line-height" + }, + null, + { + "id": "css.properties.text.letter-spacing", + "name": "letter-spacing" + } + ] + }, + { + "id": "css.properties.box-shadow", + "name": "box-shadow" + }, + { + "id": "css.properties.transition", + "name": "transition" + }, + { + "id": "css.properties.transform", + "name": "transform" + }, + { + "id": "css.properties.pointer-events", + "name": "pointer-events" + }, + null, + { + "id": "variable", + "name": "variable" + } + ] + } + ] +} \ No newline at end of file