diff --git a/pages.json b/pages.json index 50a79be4587083ba55e3746e32f656cc703d4a40..d3b88a6b857bab5c10da64ac1d85e64c103fb661 100644 --- a/pages.json +++ b/pages.json @@ -56,6 +56,13 @@ "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": { @@ -330,6 +337,86 @@ "navigationBarTitleText": "touch-event" } }, + { + "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" + } + }, + // #endif + { + "path": "pages/component/list-view/issue-2199", + "style": { + "navigationBarTitleText": "issue-2199", + "enablePullDownRefresh": false + } + }, + // #ifdef APP-ANDROID + { + "path" : "pages/component/canvas/canvas", + "style" : + { + "navigationBarTitleText" : "" + } + }, + // #endif { "path": "pages/tabBar/API", "style": { @@ -755,6 +842,114 @@ "enablePullDownRefresh": false } }, + // #ifdef APP-ANDROID + { + "path": "pages/API/rewarded-video-ad/rewarded-video-ad", + "style": { + "navigationBarTitleText": "激励视频广告", + "enablePullDownRefresh": false + } + }, + { + "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 + } + }, + // #endif + // #ifdef APP || WEB + { + "path": "pages/API/request-payment-uni-pay/request-payment-uni-pay", + "style": { + "navigationBarTitleText": "uni-pay示例", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/API/request-payment-uni-pay/order-detail", + "style": { + "navigationBarTitleText": "订单详情示例", + "enablePullDownRefresh": false + } + }, + // #endif + { + "path" : "pages/API/resize-observer/resize-observer", + "style" : + { + "navigationBarTitleText" : "resize observer" + } + }, + // #ifdef WEB + { + "path" : "pages/API/map/map", + "style" : + { + "navigationBarTitleText" : "map" + } + }, + { + "path" : "pages/API/make-phone-call/make-phone-call", + "style" : + { + "navigationBarTitleText" : "make-phone-call" + } + }, + { + "path" : "pages/API/inner-audio/inner-audio", + "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/on-compass-change/on-compass-change", + "style" : + { + "navigationBarTitleText" : "on-compass-change" + } + }, + // #endif + // #ifdef APP + { + "path": "pages/API/theme-change/theme-change", + "style": { + "navigationBarTitleText": "主题切换", + "enablePullDownRefresh": false + } + }, + // #endif { "path": "pages/tabBar/CSS", "style": { @@ -1128,6 +1323,13 @@ "navigationBarTitleText": "css 变量" } }, + { + "path" : "pages/CSS/overflow/overflow-visible-event", + "style" : + { + "navigationBarTitleText" : "overflow-visible-event" + } + }, { "path": "pages/tabBar/template", "style": { @@ -1244,97 +1446,6 @@ "navigationBarTitleText": "如何使用浏览器 canvas" } }, - { - "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/map/map", - "style" : - { - "navigationBarTitleText" : "map" - } - }, - { - "path" : "pages/API/make-phone-call/make-phone-call", - "style" : - { - "navigationBarTitleText" : "make-phone-call" - } - }, - { - "path" : "pages/API/inner-audio/inner-audio", - "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/on-compass-change/on-compass-change", - "style" : - { - "navigationBarTitleText" : "on-compass-change" - } - }, // #endif // #ifdef APP { @@ -1343,13 +1454,6 @@ "navigationBarTitleText": "日历" } }, - { - "path": "pages/API/theme-change/theme-change", - "style": { - "navigationBarTitleText": "主题切换", - "enablePullDownRefresh": false - } - }, // #endif { "path": "pages/template/schema/schema", @@ -1365,71 +1469,8 @@ "enablePullDownRefresh": false } }, - { - "path": "pages/API/rewarded-video-ad/rewarded-video-ad", - "style": { - "navigationBarTitleText": "激励视频广告", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/API/create-request-permission-listener/create-request-permission-listener", - "style": { - "navigationBarTitleText": "权限申请监听", - "enablePullDownRefresh": false - } - }, - // #endif - { - "path": "pages/component/list-view/list-view-refresh", - "style": { - "navigationBarTitleText": "list-view-refresh", - "enablePullDownRefresh": false - } - }, - { - "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/list-view/issue-2199", - "style": { - "navigationBarTitleText": "issue-2199", - "enablePullDownRefresh": false - } - }, - // #ifdef APP - { - "path": "pages/API/request-payment/request-payment", - "style": { - "navigationBarTitleText": "支付", - "enablePullDownRefresh": false - } - }, // #endif // #ifdef APP || WEB - { - "path": "pages/API/request-payment-uni-pay/request-payment-uni-pay", - "style": { - "navigationBarTitleText": "uni-pay示例", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/API/request-payment-uni-pay/order-detail", - "style": { - "navigationBarTitleText": "订单详情示例", - "enablePullDownRefresh": false - } - }, { "path": "uni_modules/uni-pay-x/pages/success/success", "style": { @@ -1461,14 +1502,6 @@ "enablePullDownRefresh" : false } }, - { - "path" : "pages/component/swiper/swiper-list-view", - "style" : - { - "navigationBarTitleText" : "swiper嵌套list-view", - "enablePullDownRefresh" : false - } - }, { "path" : "pages/template/test-background-color-content/test-background-color-content", "style" : @@ -1476,32 +1509,7 @@ "navigationBarTitleText" : "", "backgroundColorContent": "#fffae8" } - }, - { - "path" : "pages/API/resize-observer/resize-observer", - "style" : - { - "navigationBarTitleText" : "resize observer" - } - }, - { - "path" : "pages/CSS/overflow/overflow-visible-event", - "style" : - { - "navigationBarTitleText" : "overflow-visible-event" - } - } - - // #ifdef APP-ANDROID - , - { - "path" : "pages/component/canvas/canvas", - "style" : - { - "navigationBarTitleText" : "" - } } - // #endif ], "globalStyle": { "pageOrientation": "portrait",