diff --git a/pages.json b/pages.json index 85ff538e0e729d85dcef67c2228158cf9cf86ab3..e1bba0bb8236ab7ffaff714a1971cc617e88d7b6 100644 --- a/pages.json +++ b/pages.json @@ -205,15 +205,6 @@ "navigationBarTitleText": "textarea | 多行输入框" } }, - // // #ifdef APP - // { - // "path": "pages/component/open-type/open-type", - // "group": "0,3,12", - // "style": { - // "navigationBarTitleText": "button | open-type" - // } - // }, - //#endif { "path": "pages/component/slider/slider", "group": "0,3,9", @@ -379,12 +370,12 @@ "navigationBarTitleText": "Touch Events" } }, - { - "path": "pages/component/global-events/touch-events-bubbles", - "style": { - "navigationBarTitleText": "Touch Events bubbles" - } - }, + { + "path": "pages/component/global-events/touch-events-bubbles", + "style": { + "navigationBarTitleText": "Touch Events bubbles" + } + }, // #ifndef WEB { "path": "pages/component/nested-scroll-header/nested-scroll-header", @@ -507,7 +498,7 @@ } }, // #endif - // #ifdef APP + // #ifndef WEB { "path": "pages/component/ad/ad", "group": "0,8", @@ -516,13 +507,15 @@ "enablePullDownRefresh": false } }, - { - "path": "pages/component/ad/list-view-ad", - "style": { - "navigationBarTitleText": "ad | 信息流广告", - "enablePullDownRefresh": false - } - }, + // #endif + // #ifndef WEB + { + "path": "pages/component/ad/list-view-ad", + "style": { + "navigationBarTitleText": "ad | 信息流广告", + "enablePullDownRefresh": false + } + }, // #endif { "path": "pages/tabBar/API", @@ -602,14 +595,14 @@ }, { "path": "pages/API/set-navigation-bar-color/set-navigation-bar-color", - "group": "1,2,1", + "group": "1,2,2", "style": { "navigationBarTitleText": "setNavigationBarColor | 设置导航条颜色" } }, { "path": "pages/API/set-navigation-bar-title/set-navigation-bar-title", - "group": "1,2,2", + "group": "1,2,3", "style": { "navigationBarTitleText": "setNavigationBarTitle | 设置导航条标题" } @@ -641,7 +634,7 @@ }, { "path": "pages/API/pull-down-refresh/pull-down-refresh", - "group": "1,2,4", + "group": "1,2,5", "style": { "navigationBarTitleText": "pullDownRefresh | 页面下拉刷新", "enablePullDownRefresh": true @@ -934,7 +927,7 @@ }, { "path": "pages/API/page-scroll-to/page-scroll-to", - "group": "1,2,5", + "group": "1,2,6", "style": { "navigationBarTitleText": "pageScrollTo | 将页面滚动到指定位置" } @@ -1184,7 +1177,6 @@ } }, // #endif - // #ifndef WEB { "path": "pages/API/uni-push/uni-push", "group": "1,15,0", @@ -1192,10 +1184,9 @@ "navigationBarTitleText": "推送" } }, - // #endif { "path": "pages/API/dialog-page/dialog-page", - "group": "1,2,6", + "group": "1,2,1", "style": { "navigationBarTitleText": "dialogPage | 弹框页面" } @@ -1218,7 +1209,7 @@ "navigationBarTitleText": "dialogPage1" } }, - // #ifdef APP + // #ifndef WEB { "path": "pages/API/create-interstitial-ad/create-interstitial-ad", "group": "1,13,1", @@ -1330,7 +1321,7 @@ "path": "pages/CSS/border/border-update", "group": "2,13", "style": { - "navigationBarTitleText": "border更新样式" + "navigationBarTitleText": "border更新样式" } }, { @@ -1863,11 +1854,10 @@ } }, { - "path" : "pages/API/dialog-page/dialog-privacytest", - "style" : - { - "navigationBarTitleText" : "" - } + "path": "pages/API/dialog-page/dialog-privacytest", + "style": { + "navigationBarTitleText": "" + } } ], "globalStyle": { @@ -2076,11 +2066,7 @@ { "id": "component.form-component.textarea", "name": "textarea" - }, - { - "id": "component.form-component.open-type", - "name": "open-type" - } + } ] }, { @@ -2201,6 +2187,10 @@ "id": "api.page.navigator", "name": "navigator" }, + { + "id": "api.page.dialogPage", + "name": "dialogPage" + }, { "id": "api.page.setNavigationBarColor", "name": "setNavigationBarColor" @@ -2217,10 +2207,6 @@ { "id": "api.page.pageScrollTo", "name": "pageScrollTo" - }, - { - "id": "api.page.dialogPage", - "name": "dialogPage" } ] }, @@ -2841,4 +2827,4 @@ ] } ] -} +} \ No newline at end of file