diff --git a/pages.json b/pages.json index 7838aab9c5037a787938f8f7b0c96840fa010246..912b3a6bdfec9103b7e496daf01d52717c1a8781 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": { @@ -1245,97 +1447,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 { @@ -1351,13 +1462,6 @@ "enablePullDownRefresh": false } }, - { - "path": "pages/API/rewarded-video-ad/rewarded-video-ad", - "style": { - "navigationBarTitleText": "激励视频广告", - "enablePullDownRefresh": false - } - }, // #endif { "path": "pages/template/schema/schema", @@ -1373,6 +1477,13 @@ "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": { @@ -1417,20 +1528,6 @@ }, // #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": { @@ -1462,14 +1559,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" : @@ -1477,32 +1566,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",