提交 afa3298d 编写于 作者: 雪洛's avatar 雪洛

feat: 放开更多支持小程序的示例

上级 e5c8c12e
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
} }
.uni-flex { .uni-flex {
/* #ifdef WEB */ /* #ifdef WEB || MP */
display: flex; display: flex;
/* #endif */ /* #endif */
flex-direction: row; flex-direction: row;
......
...@@ -84,10 +84,10 @@ ...@@ -84,10 +84,10 @@
<view class="input-wrapper"> <view class="input-wrapper">
<input class="uni-input" :type="inputType" :value="inputClearValue" :placeholder="title" maxlength="-1" @input="input" @blur="blur" <input class="uni-input" :type="inputType" :value="inputClearValue" :placeholder="title" maxlength="-1" @input="input" @blur="blur"
@focus="focus" /> @focus="focus" />
<!-- #ifdef WEB --> <!-- #ifdef WEB || MP -->
<image class="input-wrapper_image" src="/static/icons/clear.png" v-if="showClearIcon" @touchstart="clearIcon" @mousedown="clearIcon"> <image class="input-wrapper_image" src="/static/icons/clear.png" v-if="showClearIcon" @touchstart="clearIcon" @mousedown="clearIcon">
<!-- #endif --> <!-- #endif -->
<!-- #ifndef WEB --> <!-- #ifndef WEB || MP -->
<image class="input-wrapper_image" src="/static/icons/clear.png" v-if="showClearIcon" @touchstart="clearIcon"> <image class="input-wrapper_image" src="/static/icons/clear.png" v-if="showClearIcon" @touchstart="clearIcon">
<!-- #endif --> <!-- #endif -->
</image> </image>
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
"backgroundColorContent": "#f8f8f8" "backgroundColorContent": "#f8f8f8"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/view/view", "path": "pages/component/view/view",
"group": "0,1,0", "group": "0,1,0",
...@@ -27,8 +26,6 @@ ...@@ -27,8 +26,6 @@
"navigationBarTitleText": "view | 基本视图容器" "navigationBarTitleText": "view | 基本视图容器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/scroll-view/scroll-view", "path": "pages/component/scroll-view/scroll-view",
"group": "0,1,1", "group": "0,1,1",
...@@ -36,40 +33,30 @@ ...@@ -36,40 +33,30 @@
"navigationBarTitleText": "scroll-view | 可滚动视图容器" "navigationBarTitleText": "scroll-view | 可滚动视图容器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/scroll-view/scroll-view-refresher", "path": "pages/component/scroll-view/scroll-view-refresher",
"style": { "style": {
"navigationBarTitleText": "scroll-view-refresher" "navigationBarTitleText": "scroll-view-refresher"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/scroll-view/scroll-view-props", "path": "pages/component/scroll-view/scroll-view-props",
"style": { "style": {
"navigationBarTitleText": "非下拉刷新的scroll-view属性示例" "navigationBarTitleText": "非下拉刷新的scroll-view属性示例"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/scroll-view/scroll-view-refresher-props", "path": "pages/component/scroll-view/scroll-view-refresher-props",
"style": { "style": {
"navigationBarTitleText": "下拉刷新的scroll-view属性示例" "navigationBarTitleText": "下拉刷新的scroll-view属性示例"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/scroll-view/scroll-view-custom-refresher-props", "path": "pages/component/scroll-view/scroll-view-custom-refresher-props",
"style": { "style": {
"navigationBarTitleText": "自定义下拉刷新的scroll-view属性示例" "navigationBarTitleText": "自定义下拉刷新的scroll-view属性示例"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/swiper/swiper", "path": "pages/component/swiper/swiper",
"group": "0,1,2", "group": "0,1,2",
...@@ -77,8 +64,7 @@ ...@@ -77,8 +64,7 @@
"navigationBarTitleText": "swiper | 滑块视图容器" "navigationBarTitleText": "swiper | 滑块视图容器"
} }
}, },
// #endif // #ifdef APP-ANDROID || APP-IOS || WEB
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/list-view/list-view", "path": "pages/component/list-view/list-view",
"group": "0,1,6", "group": "0,1,6",
...@@ -86,8 +72,6 @@ ...@@ -86,8 +72,6 @@
"navigationBarTitleText": "list-view | 列表容器" "navigationBarTitleText": "list-view | 列表容器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/list-view/list-view-refresh", "path": "pages/component/list-view/list-view-refresh",
"style": { "style": {
...@@ -95,16 +79,12 @@ ...@@ -95,16 +79,12 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/list-view/list-view-multiplex", "path": "pages/component/list-view/list-view-multiplex",
"style": { "style": {
"navigationBarTitleText": "list-view-multiplex" "navigationBarTitleText": "list-view-multiplex"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/list-view/list-view-multiplex-input", "path": "pages/component/list-view/list-view-multiplex-input",
"style": { "style": {
...@@ -112,24 +92,18 @@ ...@@ -112,24 +92,18 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/list-view/list-view-multiplex-video", "path": "pages/component/list-view/list-view-multiplex-video",
"style": { "style": {
"navigationBarTitleText": "list-view-multiplex-video" "navigationBarTitleText": "list-view-multiplex-video"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/list-view/list-view-children-in-slot", "path": "pages/component/list-view/list-view-children-in-slot",
"style": { "style": {
"navigationBarTitleText": "list-view-children-in-slot" "navigationBarTitleText": "list-view-children-in-slot"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/sticky-section/sticky-section", "path": "pages/component/sticky-section/sticky-section",
"group": "0,1,7,1", "group": "0,1,7,1",
...@@ -137,8 +111,6 @@ ...@@ -137,8 +111,6 @@
"navigationBarTitleText": "sticky-section | 吸顶布局容器" "navigationBarTitleText": "sticky-section | 吸顶布局容器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/sticky-header/sticky-header", "path": "pages/component/sticky-header/sticky-header",
"group": "0,1,7,0", "group": "0,1,7,0",
...@@ -147,8 +119,7 @@ ...@@ -147,8 +119,7 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/text/text", "path": "pages/component/text/text",
"group": "0,2,1", "group": "0,2,1",
...@@ -156,16 +127,12 @@ ...@@ -156,16 +127,12 @@
"navigationBarTitleText": "text | 文本" "navigationBarTitleText": "text | 文本"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/text/text-props", "path": "pages/component/text/text-props",
"style": { "style": {
"navigationBarTitleText": "text-props" "navigationBarTitleText": "text-props"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/rich-text/rich-text", "path": "pages/component/rich-text/rich-text",
"group": "0,2,2", "group": "0,2,2",
...@@ -173,24 +140,18 @@ ...@@ -173,24 +140,18 @@
"navigationBarTitleText": "rich-text | 富文本" "navigationBarTitleText": "rich-text | 富文本"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/rich-text/rich-text-tags", "path": "pages/component/rich-text/rich-text-tags",
"style": { "style": {
"navigationBarTitleText": "rich-text-tags" "navigationBarTitleText": "rich-text-tags"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/rich-text/rich-text-complex", "path": "pages/component/rich-text/rich-text-complex",
"style": { "style": {
"navigationBarTitleText": "rich-text-complex" "navigationBarTitleText": "rich-text-complex"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/progress/progress", "path": "pages/component/progress/progress",
"group": "0,2,3", "group": "0,2,3",
...@@ -198,8 +159,6 @@ ...@@ -198,8 +159,6 @@
"navigationBarTitleText": "progress | 进度条" "navigationBarTitleText": "progress | 进度条"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/form/form", "path": "pages/component/form/form",
"group": "0,3,2", "group": "0,3,2",
...@@ -207,8 +166,6 @@ ...@@ -207,8 +166,6 @@
"navigationBarTitleText": "form | 表单" "navigationBarTitleText": "form | 表单"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/button/button", "path": "pages/component/button/button",
"group": "0,3,0", "group": "0,3,0",
...@@ -216,16 +173,12 @@ ...@@ -216,16 +173,12 @@
"navigationBarTitleText": "button | 按钮" "navigationBarTitleText": "button | 按钮"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/button/buttonstatus", "path": "pages/component/button/buttonstatus",
"style": { "style": {
"navigationBarTitleText": "buttonstatus" "navigationBarTitleText": "buttonstatus"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/radio/radio", "path": "pages/component/radio/radio",
"group": "0,3,8", "group": "0,3,8",
...@@ -233,8 +186,6 @@ ...@@ -233,8 +186,6 @@
"navigationBarTitleText": "radio | 单选框" "navigationBarTitleText": "radio | 单选框"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/checkbox/checkbox", "path": "pages/component/checkbox/checkbox",
"group": "0,3,1", "group": "0,3,1",
...@@ -242,8 +193,6 @@ ...@@ -242,8 +193,6 @@
"navigationBarTitleText": "checkbox | 多选框" "navigationBarTitleText": "checkbox | 多选框"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/input/input", "path": "pages/component/input/input",
"group": "0,3,3", "group": "0,3,3",
...@@ -251,8 +200,6 @@ ...@@ -251,8 +200,6 @@
"navigationBarTitleText": "input | 输入框" "navigationBarTitleText": "input | 输入框"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/textarea/textarea", "path": "pages/component/textarea/textarea",
"group": "0,3,11", "group": "0,3,11",
...@@ -260,8 +207,6 @@ ...@@ -260,8 +207,6 @@
"navigationBarTitleText": "textarea | 多行输入框" "navigationBarTitleText": "textarea | 多行输入框"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/slider/slider", "path": "pages/component/slider/slider",
"group": "0,3,9", "group": "0,3,9",
...@@ -269,16 +214,12 @@ ...@@ -269,16 +214,12 @@
"navigationBarTitleText": "slider | 滑动选择器" "navigationBarTitleText": "slider | 滑动选择器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/slider/slider-in-swiper", "path": "pages/component/slider/slider-in-swiper",
"style": { "style": {
"navigationBarTitleText": "slider-in-swiper" "navigationBarTitleText": "slider-in-swiper"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/picker-view/picker-view", "path": "pages/component/picker-view/picker-view",
"group": "0,3,7", "group": "0,3,7",
...@@ -286,8 +227,6 @@ ...@@ -286,8 +227,6 @@
"navigationBarTitleText": "picker-view | 嵌入页面的滚动选择器" "navigationBarTitleText": "picker-view | 嵌入页面的滚动选择器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/switch/switch", "path": "pages/component/switch/switch",
"group": "0,3,10", "group": "0,3,10",
...@@ -295,8 +234,6 @@ ...@@ -295,8 +234,6 @@
"navigationBarTitleText": "switch | 开关选择器" "navigationBarTitleText": "switch | 开关选择器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/image/image", "path": "pages/component/image/image",
"group": "0,5,0", "group": "0,5,0",
...@@ -304,40 +241,30 @@ ...@@ -304,40 +241,30 @@
"navigationBarTitleText": "image | 图片" "navigationBarTitleText": "image | 图片"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/image/image-format", "path": "pages/component/image/image-format",
"style": { "style": {
"navigationBarTitleText": "image-format" "navigationBarTitleText": "image-format"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/image/image-mode", "path": "pages/component/image/image-mode",
"style": { "style": {
"navigationBarTitleText": "image-mode" "navigationBarTitleText": "image-mode"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/image/image-path", "path": "pages/component/image/image-path",
"style": { "style": {
"navigationBarTitleText": "image-path" "navigationBarTitleText": "image-path"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/image/image-large", "path": "pages/component/image/image-large",
"style": { "style": {
"navigationBarTitleText": "大图测试" "navigationBarTitleText": "大图测试"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/video/video", "path": "pages/component/video/video",
"group": "0,5,1", "group": "0,5,1",
...@@ -345,16 +272,12 @@ ...@@ -345,16 +272,12 @@
"navigationBarTitleText": "video | 视频" "navigationBarTitleText": "video | 视频"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/video/video-format", "path": "pages/component/video/video-format",
"style": { "style": {
"navigationBarTitleText": "video-format" "navigationBarTitleText": "video-format"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/navigator/navigator", "path": "pages/component/navigator/navigator",
"group": "0,4,0", "group": "0,4,0",
...@@ -362,24 +285,18 @@ ...@@ -362,24 +285,18 @@
"navigationBarTitleText": "navigator | 页面链接" "navigationBarTitleText": "navigator | 页面链接"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/navigator/navigate", "path": "pages/component/navigator/navigate",
"style": { "style": {
"navigationBarTitleText": "navigatePage" "navigationBarTitleText": "navigatePage"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/navigator/redirect", "path": "pages/component/navigator/redirect",
"style": { "style": {
"navigationBarTitleText": "redirectPage" "navigationBarTitleText": "redirectPage"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/web-view/web-view", "path": "pages/component/web-view/web-view",
"group": "0,9", "group": "0,9",
...@@ -387,8 +304,6 @@ ...@@ -387,8 +304,6 @@
"navigationBarTitleText": "web-view" "navigationBarTitleText": "web-view"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/web-view/web-view/web-view-local", "path": "pages/component/web-view/web-view/web-view-local",
"group": "0,9", "group": "0,9",
...@@ -396,8 +311,6 @@ ...@@ -396,8 +311,6 @@
"navigationBarTitleText": "本地网页" "navigationBarTitleText": "本地网页"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/unicloud-db/unicloud-db/contacts/list", "path": "pages/component/unicloud-db/unicloud-db/contacts/list",
"group": "0,11", "group": "0,11",
...@@ -406,32 +319,24 @@ ...@@ -406,32 +319,24 @@
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/unicloud-db/unicloud-db/contacts/add", "path": "pages/component/unicloud-db/unicloud-db/contacts/add",
"style": { "style": {
"navigationBarTitleText": "新增联系人" "navigationBarTitleText": "新增联系人"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/unicloud-db/unicloud-db/contacts/edit", "path": "pages/component/unicloud-db/unicloud-db/contacts/edit",
"style": { "style": {
"navigationBarTitleText": "编辑联系人" "navigationBarTitleText": "编辑联系人"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/unicloud-db/unicloud-db/contacts/detail", "path": "pages/component/unicloud-db/unicloud-db/contacts/detail",
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/unicloud-db/unicloud-db/mixin-datacom/mixin-datacom", "path": "pages/component/unicloud-db/unicloud-db/mixin-datacom/mixin-datacom",
"group": "0,11", "group": "0,11",
...@@ -439,7 +344,6 @@ ...@@ -439,7 +344,6 @@
"navigationBarTitleText": "mixinDatacom" "navigationBarTitleText": "mixinDatacom"
} }
}, },
// #endif
{ {
"path": "pages/component/global-properties/global-properties", "path": "pages/component/global-properties/global-properties",
"group": "0,0", "group": "0,0",
...@@ -501,7 +405,7 @@ ...@@ -501,7 +405,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB // #ifdef WEB || MP
{ {
"path": "pages/component/movable-view/movable-view", "path": "pages/component/movable-view/movable-view",
"group": "0,1,4,1", "group": "0,1,4,1",
...@@ -510,7 +414,7 @@ ...@@ -510,7 +414,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB // #ifdef WEB || MP
{ {
"path": "pages/component/label/label", "path": "pages/component/label/label",
"group": "0,3,5", "group": "0,3,5",
...@@ -519,7 +423,7 @@ ...@@ -519,7 +423,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB // #ifdef WEB || MP
{ {
"path": "pages/component/picker/picker", "path": "pages/component/picker/picker",
"group": "0,3,6", "group": "0,3,6",
...@@ -528,7 +432,6 @@ ...@@ -528,7 +432,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/component/map/map", "path": "pages/component/map/map",
"group": "0,6", "group": "0,6",
...@@ -536,8 +439,7 @@ ...@@ -536,8 +439,7 @@
"navigationBarTitleText": "map | 地图" "navigationBarTitleText": "map | 地图"
} }
}, },
// #endif // #ifdef WEB || MP
// #ifdef WEB
{ {
"path": "pages/component/cover-view/cover-view", "path": "pages/component/cover-view/cover-view",
"group": "0,1,5,0", "group": "0,1,5,0",
...@@ -546,7 +448,7 @@ ...@@ -546,7 +448,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB // #ifdef WEB || MP
{ {
"path": "pages/component/editor/editor", "path": "pages/component/editor/editor",
"group": "0,3,4", "group": "0,3,4",
...@@ -634,7 +536,6 @@ ...@@ -634,7 +536,6 @@
"backgroundColorContent": "#f8f8f8" "backgroundColorContent": "#f8f8f8"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-app/get-app", "path": "pages/API/get-app/get-app",
"group": "1,0,0", "group": "1,0,0",
...@@ -642,7 +543,6 @@ ...@@ -642,7 +543,6 @@
"navigationBarTitleText": "getApp | 获取当前应用实例" "navigationBarTitleText": "getApp | 获取当前应用实例"
} }
}, },
// #endif
// #ifdef APP-ANDROID // #ifdef APP-ANDROID
{ {
"path": "pages/API/exit/exit", "path": "pages/API/exit/exit",
...@@ -662,7 +562,6 @@ ...@@ -662,7 +562,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-current-pages/get-current-pages", "path": "pages/API/get-current-pages/get-current-pages",
"group": "1,0,1", "group": "1,0,1",
...@@ -671,8 +570,6 @@ ...@@ -671,8 +570,6 @@
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-current-pages/set-page-style-disable-pull-down-refresh", "path": "pages/API/get-current-pages/set-page-style-disable-pull-down-refresh",
"style": { "style": {
...@@ -680,8 +577,6 @@ ...@@ -680,8 +577,6 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-launch-options-sync/get-launch-options-sync", "path": "pages/API/get-launch-options-sync/get-launch-options-sync",
"group": "1,1,4,0", "group": "1,1,4,0",
...@@ -689,8 +584,6 @@ ...@@ -689,8 +584,6 @@
"navigationBarTitleText": "getLaunchOptionsSync | 获取启动参数" "navigationBarTitleText": "getLaunchOptionsSync | 获取启动参数"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-enter-options-sync/get-enter-options-sync", "path": "pages/API/get-enter-options-sync/get-enter-options-sync",
"group": "1,1,4,1", "group": "1,1,4,1",
...@@ -698,7 +591,6 @@ ...@@ -698,7 +591,6 @@
"navigationBarTitleText": "getEnterOptionsSync | 获取本次启动时的参数" "navigationBarTitleText": "getEnterOptionsSync | 获取本次启动时的参数"
} }
}, },
// #endif
{ {
"path": "pages/API/animation-frame/animation-frame", "path": "pages/API/animation-frame/animation-frame",
"group": "1,0,2", "group": "1,0,2",
...@@ -706,7 +598,6 @@ ...@@ -706,7 +598,6 @@
"navigationBarTitleText": "animationFrame | 动画帧" "navigationBarTitleText": "animationFrame | 动画帧"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/navigator/navigator", "path": "pages/API/navigator/navigator",
"group": "1,2,0", "group": "1,2,0",
...@@ -714,8 +605,6 @@ ...@@ -714,8 +605,6 @@
"navigationBarTitleText": "navigator | 页面跳转" "navigationBarTitleText": "navigator | 页面跳转"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/set-navigation-bar-color/set-navigation-bar-color", "path": "pages/API/set-navigation-bar-color/set-navigation-bar-color",
"group": "1,2,2", "group": "1,2,2",
...@@ -723,8 +612,6 @@ ...@@ -723,8 +612,6 @@
"navigationBarTitleText": "setNavigationBarColor | 设置导航条颜色" "navigationBarTitleText": "setNavigationBarColor | 设置导航条颜色"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/set-navigation-bar-title/set-navigation-bar-title", "path": "pages/API/set-navigation-bar-title/set-navigation-bar-title",
"group": "1,2,3", "group": "1,2,3",
...@@ -732,7 +619,6 @@ ...@@ -732,7 +619,6 @@
"navigationBarTitleText": "setNavigationBarTitle | 设置导航条标题" "navigationBarTitleText": "setNavigationBarTitle | 设置导航条标题"
} }
}, },
// #endif
{ {
"path": "pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent", "path": "pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent",
"group": "1,2", "group": "1,2",
...@@ -740,31 +626,24 @@ ...@@ -740,31 +626,24 @@
"navigationBarTitleText": "设置页面容器背景色" "navigationBarTitleText": "设置页面容器背景色"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/navigator/new-page/new-page-1", "path": "pages/API/navigator/new-page/new-page-1",
"style": { "style": {
"navigationBarTitleText": "新页面-1" "navigationBarTitleText": "新页面-1"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/navigator/new-page/new-page-3", "path": "pages/API/navigator/new-page/new-page-3",
"style": { "style": {
"navigationBarTitleText": "新页面-3" "navigationBarTitleText": "新页面-3"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/navigator/new-page/onLoad", "path": "pages/API/navigator/new-page/onLoad",
"style": { "style": {
"navigationBarTitleText": "onLoad 生命周期测试" "navigationBarTitleText": "onLoad 生命周期测试"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/pull-down-refresh/pull-down-refresh", "path": "pages/API/pull-down-refresh/pull-down-refresh",
"group": "1,2,5", "group": "1,2,5",
...@@ -773,8 +652,6 @@ ...@@ -773,8 +652,6 @@
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/storage/storage", "path": "pages/API/storage/storage",
"group": "1,10", "group": "1,10",
...@@ -782,7 +659,6 @@ ...@@ -782,7 +659,6 @@
"navigationBarTitleText": "storage | key-value本地数据存储" "navigationBarTitleText": "storage | key-value本地数据存储"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS
{ {
"path": "pages/API/get-file-system-manager/get-file-system-manager", "path": "pages/API/get-file-system-manager/get-file-system-manager",
...@@ -801,7 +677,6 @@ ...@@ -801,7 +677,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/show-action-sheet/show-action-sheet", "path": "pages/API/show-action-sheet/show-action-sheet",
"group": "1,4,1", "group": "1,4,1",
...@@ -809,8 +684,6 @@ ...@@ -809,8 +684,6 @@
"navigationBarTitleText": "showActionSheet | 弹出操作菜单" "navigationBarTitleText": "showActionSheet | 弹出操作菜单"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/show-modal/show-modal", "path": "pages/API/show-modal/show-modal",
"group": "1,4,2", "group": "1,4,2",
...@@ -818,8 +691,6 @@ ...@@ -818,8 +691,6 @@
"navigationBarTitleText": "showModal | 显示模态弹窗" "navigationBarTitleText": "showModal | 显示模态弹窗"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/show-loading/show-loading", "path": "pages/API/show-loading/show-loading",
"group": "1,4,3", "group": "1,4,3",
...@@ -827,8 +698,6 @@ ...@@ -827,8 +698,6 @@
"navigationBarTitleText": "showLoading | 显示 loading 提示框" "navigationBarTitleText": "showLoading | 显示 loading 提示框"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/show-toast/show-toast", "path": "pages/API/show-toast/show-toast",
"group": "1,4,4", "group": "1,4,4",
...@@ -836,8 +705,6 @@ ...@@ -836,8 +705,6 @@
"navigationBarTitleText": "showToast | 显示消息提示框" "navigationBarTitleText": "showToast | 显示消息提示框"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/load-font-face/load-font-face", "path": "pages/API/load-font-face/load-font-face",
"group": "1,4,5", "group": "1,4,5",
...@@ -845,16 +712,12 @@ ...@@ -845,16 +712,12 @@
"navigationBarTitleText": "loadFontFace | 动态加载字体" "navigationBarTitleText": "loadFontFace | 动态加载字体"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/load-font-face/load-font-face-child", "path": "pages/API/load-font-face/load-font-face-child",
"style": { "style": {
"navigationBarTitleText": "动态加载字体-子页面" "navigationBarTitleText": "动态加载字体-子页面"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-location/get-location", "path": "pages/API/get-location/get-location",
"group": "1,9,0", "group": "1,9,0",
...@@ -862,8 +725,7 @@ ...@@ -862,8 +725,7 @@
"navigationBarTitleText": "getLocation | 获取当前位置" "navigationBarTitleText": "getLocation | 获取当前位置"
} }
}, },
// #endif // #ifdef WEB || MP
// #ifdef WEB
{ {
"path": "pages/API/open-location/open-location", "path": "pages/API/open-location/open-location",
"group": "1,9,1", "group": "1,9,1",
...@@ -872,7 +734,7 @@ ...@@ -872,7 +734,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB // #ifdef WEB || MP
{ {
"path": "pages/API/choose-location/choose-location", "path": "pages/API/choose-location/choose-location",
"group": "1,9,2", "group": "1,9,2",
...@@ -881,7 +743,6 @@ ...@@ -881,7 +743,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/interceptor/interceptor", "path": "pages/API/interceptor/interceptor",
"group": "1,1,3", "group": "1,1,3",
...@@ -889,24 +750,18 @@ ...@@ -889,24 +750,18 @@
"navigationBarTitleText": "interceptor | 拦截器" "navigationBarTitleText": "interceptor | 拦截器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/interceptor/page1", "path": "pages/API/interceptor/page1",
"style": { "style": {
"navigationBarTitleText": "拦截器测试页面 1" "navigationBarTitleText": "拦截器测试页面 1"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/interceptor/page2", "path": "pages/API/interceptor/page2",
"style": { "style": {
"navigationBarTitleText": "拦截器测试页面 2" "navigationBarTitleText": "拦截器测试页面 2"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/request/request", "path": "pages/API/request/request",
"group": "1,5,0", "group": "1,5,0",
...@@ -914,8 +769,6 @@ ...@@ -914,8 +769,6 @@
"navigationBarTitleText": "request | 发起网络请求" "navigationBarTitleText": "request | 发起网络请求"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/upload-file/upload-file", "path": "pages/API/upload-file/upload-file",
"group": "1,5,1", "group": "1,5,1",
...@@ -923,8 +776,6 @@ ...@@ -923,8 +776,6 @@
"navigationBarTitleText": "uploadFile | 上传文件" "navigationBarTitleText": "uploadFile | 上传文件"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/download-file/download-file", "path": "pages/API/download-file/download-file",
"group": "1,5,2", "group": "1,5,2",
...@@ -932,16 +783,12 @@ ...@@ -932,16 +783,12 @@
"navigationBarTitleText": "downloadFile | 下载文件" "navigationBarTitleText": "downloadFile | 下载文件"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/websocket/socketTask", "path": "pages/API/websocket/socketTask",
"style": { "style": {
"navigationBarTitleText": "socketTask" "navigationBarTitleText": "socketTask"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/websocket/websocket", "path": "pages/API/websocket/websocket",
"group": "1,5,4", "group": "1,5,4",
...@@ -949,7 +796,6 @@ ...@@ -949,7 +796,6 @@
"navigationBarTitleText": "websocket" "navigationBarTitleText": "websocket"
} }
}, },
// #endif
{ {
"path": "pages/API/unicloud/unicloud/cloud-function", "path": "pages/API/unicloud/unicloud/cloud-function",
"group": "1,17,0", "group": "1,17,0",
...@@ -964,7 +810,6 @@ ...@@ -964,7 +810,6 @@
"navigationBarTitleText": "cloud object | 云对象" "navigationBarTitleText": "cloud object | 云对象"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-system-info/get-system-info", "path": "pages/API/get-system-info/get-system-info",
"group": "1,6,0", "group": "1,6,0",
...@@ -972,8 +817,6 @@ ...@@ -972,8 +817,6 @@
"navigationBarTitleText": "getSystemInfo | 获取系统信息" "navigationBarTitleText": "getSystemInfo | 获取系统信息"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-device-info/get-device-info", "path": "pages/API/get-device-info/get-device-info",
"group": "1,6,1", "group": "1,6,1",
...@@ -981,8 +824,6 @@ ...@@ -981,8 +824,6 @@
"navigationBarTitleText": "getDeviceInfo | 获取设备信息" "navigationBarTitleText": "getDeviceInfo | 获取设备信息"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS
{ {
"path": "pages/API/get-app-base-info/get-app-base-info", "path": "pages/API/get-app-base-info/get-app-base-info",
"group": "1,6,3", "group": "1,6,3",
...@@ -990,7 +831,6 @@ ...@@ -990,7 +831,6 @@
"navigationBarTitleText": "getAppBaseInfo | 获取APP基础信息" "navigationBarTitleText": "getAppBaseInfo | 获取APP基础信息"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS
{ {
"path": "pages/API/get-system-setting/get-system-setting", "path": "pages/API/get-system-setting/get-system-setting",
...@@ -1019,7 +859,6 @@ ...@@ -1019,7 +859,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/preview-image/preview-image", "path": "pages/API/preview-image/preview-image",
"group": "1,7,1", "group": "1,7,1",
...@@ -1027,8 +866,6 @@ ...@@ -1027,8 +866,6 @@
"navigationBarTitleText": "previewImage | 图片预览" "navigationBarTitleText": "previewImage | 图片预览"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/choose-image/choose-image", "path": "pages/API/choose-image/choose-image",
"group": "1,7,0", "group": "1,7,0",
...@@ -1036,8 +873,6 @@ ...@@ -1036,8 +873,6 @@
"navigationBarTitleText": "chooseImage | 拍照或从相册选择图片" "navigationBarTitleText": "chooseImage | 拍照或从相册选择图片"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-image-info/get-image-info", "path": "pages/API/get-image-info/get-image-info",
"group": "1,7,3", "group": "1,7,3",
...@@ -1045,7 +880,6 @@ ...@@ -1045,7 +880,6 @@
"navigationBarTitleText": "getImageInfo | 获取图片信息" "navigationBarTitleText": "getImageInfo | 获取图片信息"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS
{ {
"path": "pages/API/compress-image/compress-image", "path": "pages/API/compress-image/compress-image",
...@@ -1055,7 +889,6 @@ ...@@ -1055,7 +889,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/choose-video/choose-video", "path": "pages/API/choose-video/choose-video",
"group": "1,7,5", "group": "1,7,5",
...@@ -1063,7 +896,6 @@ ...@@ -1063,7 +896,6 @@
"navigationBarTitleText": "chooseVideo | 拍摄视频或从相册中选择视频" "navigationBarTitleText": "chooseVideo | 拍摄视频或从相册中选择视频"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS
{ {
"path": "pages/API/save-image-to-photos-album/save-image-to-photos-album", "path": "pages/API/save-image-to-photos-album/save-image-to-photos-album",
...@@ -1082,7 +914,6 @@ ...@@ -1082,7 +914,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-video-info/get-video-info", "path": "pages/API/get-video-info/get-video-info",
"group": "1,7,7", "group": "1,7,7",
...@@ -1090,7 +921,6 @@ ...@@ -1090,7 +921,6 @@
"navigationBarTitleText": "getVideoInfo | 获取视频信息" "navigationBarTitleText": "getVideoInfo | 获取视频信息"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS
{ {
"path": "pages/API/compress-video/compress-video", "path": "pages/API/compress-video/compress-video",
...@@ -1100,7 +930,6 @@ ...@@ -1100,7 +930,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-network-type/get-network-type", "path": "pages/API/get-network-type/get-network-type",
"group": "1,5,3", "group": "1,5,3",
...@@ -1108,8 +937,6 @@ ...@@ -1108,8 +937,6 @@
"navigationBarTitleText": "getNetworkType | 获取网络类型" "navigationBarTitleText": "getNetworkType | 获取网络类型"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/page-scroll-to/page-scroll-to", "path": "pages/API/page-scroll-to/page-scroll-to",
"group": "1,2,6", "group": "1,2,6",
...@@ -1117,8 +944,6 @@ ...@@ -1117,8 +944,6 @@
"navigationBarTitleText": "pageScrollTo | 将页面滚动到指定位置" "navigationBarTitleText": "pageScrollTo | 将页面滚动到指定位置"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/event-bus/event-bus", "path": "pages/API/event-bus/event-bus",
"group": "1,1,1", "group": "1,1,1",
...@@ -1126,8 +951,6 @@ ...@@ -1126,8 +951,6 @@
"navigationBarTitleText": "eventBus | 事件总线" "navigationBarTitleText": "eventBus | 事件总线"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/unicloud/unicloud/cloud-storage", "path": "pages/API/unicloud/unicloud/cloud-storage",
"group": "1,17,2", "group": "1,17,2",
...@@ -1135,7 +958,6 @@ ...@@ -1135,7 +958,6 @@
"navigationBarTitleText": "cloud storage | 云存储" "navigationBarTitleText": "cloud storage | 云存储"
} }
}, },
// #endif
{ {
"path": "pages/API/unicloud/unicloud/database", "path": "pages/API/unicloud/unicloud/database",
"group": "1,17,3", "group": "1,17,3",
...@@ -1143,7 +965,6 @@ ...@@ -1143,7 +965,6 @@
"navigationBarTitleText": "database | 数据库" "navigationBarTitleText": "database | 数据库"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-battery-info/get-battery-info", "path": "pages/API/get-battery-info/get-battery-info",
"group": "1,6,7", "group": "1,6,7",
...@@ -1151,8 +972,6 @@ ...@@ -1151,8 +972,6 @@
"navigationBarTitleText": "getBatteryInfo | 获取电池电量信息" "navigationBarTitleText": "getBatteryInfo | 获取电池电量信息"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-window-info/get-window-info", "path": "pages/API/get-window-info/get-window-info",
"group": "1,6,2", "group": "1,6,2",
...@@ -1160,8 +979,6 @@ ...@@ -1160,8 +979,6 @@
"navigationBarTitleText": "getWindowInfo | 获取窗口信息" "navigationBarTitleText": "getWindowInfo | 获取窗口信息"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/get-window-info/window-area", "path": "pages/API/get-window-info/window-area",
"style": { "style": {
...@@ -1169,7 +986,6 @@ ...@@ -1169,7 +986,6 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS
{ {
"path": "pages/API/element-draw/element-draw", "path": "pages/API/element-draw/element-draw",
...@@ -1200,7 +1016,6 @@ ...@@ -1200,7 +1016,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/rpx2px/rpx2px", "path": "pages/API/rpx2px/rpx2px",
"group": "1,4,6", "group": "1,4,6",
...@@ -1209,7 +1024,6 @@ ...@@ -1209,7 +1024,6 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #endif
// #ifdef APP-ANDROID // #ifdef APP-ANDROID
{ {
"path": "pages/API/create-request-permission-listener/create-request-permission-listener", "path": "pages/API/create-request-permission-listener/create-request-permission-listener",
...@@ -1240,7 +1054,6 @@ ...@@ -1240,7 +1054,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/request-payment/request-payment/request-payment-uni-pay", "path": "pages/API/request-payment/request-payment/request-payment-uni-pay",
"group": "1,14", "group": "1,14",
...@@ -1249,7 +1062,6 @@ ...@@ -1249,7 +1062,6 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #endif
// #ifdef APP-IOS // #ifdef APP-IOS
{ {
"path": "pages/API/virtual-payment/virtual-payment", "path": "pages/API/virtual-payment/virtual-payment",
...@@ -1269,7 +1081,6 @@ ...@@ -1269,7 +1081,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/request-payment/request-payment/order-detail", "path": "pages/API/request-payment/request-payment/order-detail",
"style": { "style": {
...@@ -1277,8 +1088,7 @@ ...@@ -1277,8 +1088,7 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #endif // #ifdef WEB || MP
// #ifdef WEB
{ {
"path": "pages/API/make-phone-call/make-phone-call", "path": "pages/API/make-phone-call/make-phone-call",
"group": "1,6,8", "group": "1,6,8",
...@@ -1287,7 +1097,7 @@ ...@@ -1287,7 +1097,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB // #ifdef WEB || MP
{ {
"path": "pages/API/create-inner-audio-context/create-inner-audio-context", "path": "pages/API/create-inner-audio-context/create-inner-audio-context",
"group": "1,7,9", "group": "1,7,9",
...@@ -1296,7 +1106,7 @@ ...@@ -1296,7 +1106,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB // #ifdef WEB || MP
{ {
"path": "pages/API/create-inner-audio-context/inner-audio-format", "path": "pages/API/create-inner-audio-context/inner-audio-format",
"style": { "style": {
...@@ -1304,7 +1114,7 @@ ...@@ -1304,7 +1114,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB // #ifdef WEB || MP
{ {
"path": "pages/API/create-inner-audio-context/inner-audio-path", "path": "pages/API/create-inner-audio-context/inner-audio-path",
"style": { "style": {
...@@ -1312,7 +1122,7 @@ ...@@ -1312,7 +1122,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB // #ifdef WEB || MP
{ {
"path": "pages/API/clipboard/clipboard", "path": "pages/API/clipboard/clipboard",
"group": "1,6,9", "group": "1,6,9",
...@@ -1321,7 +1131,7 @@ ...@@ -1321,7 +1131,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB // #ifdef WEB || MP
{ {
"path": "pages/API/compass/compass", "path": "pages/API/compass/compass",
"group": "1,6,10", "group": "1,6,10",
...@@ -1357,7 +1167,6 @@ ...@@ -1357,7 +1167,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/create-selector-query/create-selector-query", "path": "pages/API/create-selector-query/create-selector-query",
"group": "1,3,1", "group": "1,3,1",
...@@ -1365,7 +1174,6 @@ ...@@ -1365,7 +1174,6 @@
"navigationBarTitleText": "createSelectorQuery | 创建 SelectorQuery 实例" "navigationBarTitleText": "createSelectorQuery | 创建 SelectorQuery 实例"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS
{ {
"path": "pages/API/get-native-view/element-getnativeview", "path": "pages/API/get-native-view/element-getnativeview",
...@@ -1401,7 +1209,6 @@ ...@@ -1401,7 +1209,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/uni-push/uni-push", "path": "pages/API/uni-push/uni-push",
"group": "1,15,0", "group": "1,15,0",
...@@ -1409,7 +1216,6 @@ ...@@ -1409,7 +1216,6 @@
"navigationBarTitleText": "推送" "navigationBarTitleText": "推送"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB // #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/dialog-page/dialog-page", "path": "pages/API/dialog-page/dialog-page",
...@@ -1460,7 +1266,6 @@ ...@@ -1460,7 +1266,6 @@
"backgroundColorContent": "#f8f8f8" "backgroundColorContent": "#f8f8f8"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/background/background-color", "path": "pages/CSS/background/background-color",
"group": "2,8,1", "group": "2,8,1",
...@@ -1468,8 +1273,6 @@ ...@@ -1468,8 +1273,6 @@
"navigationBarTitleText": "background-color" "navigationBarTitleText": "background-color"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/background/background-image", "path": "pages/CSS/background/background-image",
"group": "2,8,2", "group": "2,8,2",
...@@ -1477,8 +1280,6 @@ ...@@ -1477,8 +1280,6 @@
"navigationBarTitleText": "background-image" "navigationBarTitleText": "background-image"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/border/border-bottom", "path": "pages/CSS/border/border-bottom",
"group": "2,13,22", "group": "2,13,22",
...@@ -1486,8 +1287,6 @@ ...@@ -1486,8 +1287,6 @@
"navigationBarTitleText": "border-bottom" "navigationBarTitleText": "border-bottom"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/border/border-color", "path": "pages/CSS/border/border-color",
"group": "2,13,11", "group": "2,13,11",
...@@ -1495,8 +1294,6 @@ ...@@ -1495,8 +1294,6 @@
"navigationBarTitleText": "border-color" "navigationBarTitleText": "border-color"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/border/border-left", "path": "pages/CSS/border/border-left",
"group": "2,13,23", "group": "2,13,23",
...@@ -1504,8 +1301,6 @@ ...@@ -1504,8 +1301,6 @@
"navigationBarTitleText": "border-left" "navigationBarTitleText": "border-left"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/border/border-radius", "path": "pages/CSS/border/border-radius",
"group": "2,13,16", "group": "2,13,16",
...@@ -1513,8 +1308,6 @@ ...@@ -1513,8 +1308,6 @@
"navigationBarTitleText": "border-radius" "navigationBarTitleText": "border-radius"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/border/border-right", "path": "pages/CSS/border/border-right",
"group": "2,13,24", "group": "2,13,24",
...@@ -1522,8 +1315,6 @@ ...@@ -1522,8 +1315,6 @@
"navigationBarTitleText": "border-right" "navigationBarTitleText": "border-right"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/border/border-style", "path": "pages/CSS/border/border-style",
"group": "2,13,1", "group": "2,13,1",
...@@ -1531,8 +1322,6 @@ ...@@ -1531,8 +1322,6 @@
"navigationBarTitleText": "border-style" "navigationBarTitleText": "border-style"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/border/border-top", "path": "pages/CSS/border/border-top",
"group": "2,13,21", "group": "2,13,21",
...@@ -1540,8 +1329,6 @@ ...@@ -1540,8 +1329,6 @@
"navigationBarTitleText": "border-top" "navigationBarTitleText": "border-top"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/border/border-width", "path": "pages/CSS/border/border-width",
"group": "2,13,6", "group": "2,13,6",
...@@ -1549,8 +1336,6 @@ ...@@ -1549,8 +1336,6 @@
"navigationBarTitleText": "border-width" "navigationBarTitleText": "border-width"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/border/border", "path": "pages/CSS/border/border",
"group": "2,13,0", "group": "2,13,0",
...@@ -1558,8 +1343,6 @@ ...@@ -1558,8 +1343,6 @@
"navigationBarTitleText": "border" "navigationBarTitleText": "border"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/border/complex-border/complex-border", "path": "pages/CSS/border/complex-border/complex-border",
"group": "2,13", "group": "2,13",
...@@ -1567,8 +1350,6 @@ ...@@ -1567,8 +1350,6 @@
"navigationBarTitleText": "border属性组合示例" "navigationBarTitleText": "border属性组合示例"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/border/dynamic-border", "path": "pages/CSS/border/dynamic-border",
"group": "2,13", "group": "2,13",
...@@ -1576,8 +1357,6 @@ ...@@ -1576,8 +1357,6 @@
"navigationBarTitleText": "border动态修改" "navigationBarTitleText": "border动态修改"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/border/border-update", "path": "pages/CSS/border/border-update",
"group": "2,13", "group": "2,13",
...@@ -1585,8 +1364,6 @@ ...@@ -1585,8 +1364,6 @@
"navigationBarTitleText": "border更新样式" "navigationBarTitleText": "border更新样式"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/box-shadow/box-shadow", "path": "pages/CSS/box-shadow/box-shadow",
"group": "2,15", "group": "2,15",
...@@ -1594,8 +1371,6 @@ ...@@ -1594,8 +1371,6 @@
"navigationBarTitleText": "box-shadow" "navigationBarTitleText": "box-shadow"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/display/flex", "path": "pages/CSS/display/flex",
"group": "2,5", "group": "2,5",
...@@ -1603,8 +1378,6 @@ ...@@ -1603,8 +1378,6 @@
"navigationBarTitleText": "flex" "navigationBarTitleText": "flex"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/display/none", "path": "pages/CSS/display/none",
"group": "2,5", "group": "2,5",
...@@ -1612,8 +1385,6 @@ ...@@ -1612,8 +1385,6 @@
"navigationBarTitleText": "none" "navigationBarTitleText": "none"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/flex/align-content", "path": "pages/CSS/flex/align-content",
"group": "2,7,6", "group": "2,7,6",
...@@ -1621,8 +1392,6 @@ ...@@ -1621,8 +1392,6 @@
"navigationBarTitleText": "align-content" "navigationBarTitleText": "align-content"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/flex/align-items", "path": "pages/CSS/flex/align-items",
"group": "2,7,4", "group": "2,7,4",
...@@ -1630,8 +1399,6 @@ ...@@ -1630,8 +1399,6 @@
"navigationBarTitleText": "align-items" "navigationBarTitleText": "align-items"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/flex/flex-basis", "path": "pages/CSS/flex/flex-basis",
"group": "2,7,9", "group": "2,7,9",
...@@ -1639,8 +1406,6 @@ ...@@ -1639,8 +1406,6 @@
"navigationBarTitleText": "flex-basis" "navigationBarTitleText": "flex-basis"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/flex/flex-direction", "path": "pages/CSS/flex/flex-direction",
"group": "2,7,1", "group": "2,7,1",
...@@ -1648,8 +1413,6 @@ ...@@ -1648,8 +1413,6 @@
"navigationBarTitleText": "flex-direction" "navigationBarTitleText": "flex-direction"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/flex/flex-flow", "path": "pages/CSS/flex/flex-flow",
"group": "2,7,10", "group": "2,7,10",
...@@ -1657,8 +1420,6 @@ ...@@ -1657,8 +1420,6 @@
"navigationBarTitleText": "flex-flow" "navigationBarTitleText": "flex-flow"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/flex/flex-grow", "path": "pages/CSS/flex/flex-grow",
"group": "2,7,7", "group": "2,7,7",
...@@ -1666,8 +1427,6 @@ ...@@ -1666,8 +1427,6 @@
"navigationBarTitleText": "flex-grow" "navigationBarTitleText": "flex-grow"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/flex/flex-shrink", "path": "pages/CSS/flex/flex-shrink",
"group": "2,7,8", "group": "2,7,8",
...@@ -1675,8 +1434,6 @@ ...@@ -1675,8 +1434,6 @@
"navigationBarTitleText": "flex-shrink" "navigationBarTitleText": "flex-shrink"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/flex/flex", "path": "pages/CSS/flex/flex",
"group": "2,7,0", "group": "2,7,0",
...@@ -1684,8 +1441,6 @@ ...@@ -1684,8 +1441,6 @@
"navigationBarTitleText": "flex" "navigationBarTitleText": "flex"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/flex/justify-content", "path": "pages/CSS/flex/justify-content",
"group": "2,7,2", "group": "2,7,2",
...@@ -1693,8 +1448,6 @@ ...@@ -1693,8 +1448,6 @@
"navigationBarTitleText": "justify-content" "navigationBarTitleText": "justify-content"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/layout/height", "path": "pages/CSS/layout/height",
"group": "2,1,0", "group": "2,1,0",
...@@ -1702,8 +1455,6 @@ ...@@ -1702,8 +1455,6 @@
"navigationBarTitleText": "height" "navigationBarTitleText": "height"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/layout/max-height", "path": "pages/CSS/layout/max-height",
"group": "2,1,2", "group": "2,1,2",
...@@ -1711,8 +1462,6 @@ ...@@ -1711,8 +1462,6 @@
"navigationBarTitleText": "max-height" "navigationBarTitleText": "max-height"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/layout/max-width", "path": "pages/CSS/layout/max-width",
"group": "2,0,2", "group": "2,0,2",
...@@ -1720,8 +1469,6 @@ ...@@ -1720,8 +1469,6 @@
"navigationBarTitleText": "max-width" "navigationBarTitleText": "max-width"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/layout/min-height", "path": "pages/CSS/layout/min-height",
"group": "2,1,1", "group": "2,1,1",
...@@ -1729,8 +1476,6 @@ ...@@ -1729,8 +1476,6 @@
"navigationBarTitleText": "min-height" "navigationBarTitleText": "min-height"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/layout/min-width", "path": "pages/CSS/layout/min-width",
"group": "2,0,1", "group": "2,0,1",
...@@ -1738,8 +1483,6 @@ ...@@ -1738,8 +1483,6 @@
"navigationBarTitleText": "min-width" "navigationBarTitleText": "min-width"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/layout/position", "path": "pages/CSS/layout/position",
"group": "2,9,0", "group": "2,9,0",
...@@ -1747,8 +1490,6 @@ ...@@ -1747,8 +1490,6 @@
"navigationBarTitleText": "position" "navigationBarTitleText": "position"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/layout/width", "path": "pages/CSS/layout/width",
"group": "2,0,0", "group": "2,0,0",
...@@ -1756,8 +1497,6 @@ ...@@ -1756,8 +1497,6 @@
"navigationBarTitleText": "width" "navigationBarTitleText": "width"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/layout/z-index", "path": "pages/CSS/layout/z-index",
"group": "2,10", "group": "2,10",
...@@ -1765,8 +1504,6 @@ ...@@ -1765,8 +1504,6 @@
"navigationBarTitleText": "z-index" "navigationBarTitleText": "z-index"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/layout/visibility", "path": "pages/CSS/layout/visibility",
"group": "2,6", "group": "2,6",
...@@ -1774,8 +1511,6 @@ ...@@ -1774,8 +1511,6 @@
"navigationBarTitleText": "visibility" "navigationBarTitleText": "visibility"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/margin/margin-bottom", "path": "pages/CSS/margin/margin-bottom",
"group": "2,2,2", "group": "2,2,2",
...@@ -1783,8 +1518,6 @@ ...@@ -1783,8 +1518,6 @@
"navigationBarTitleText": "margin-bottom" "navigationBarTitleText": "margin-bottom"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/margin/margin-left", "path": "pages/CSS/margin/margin-left",
"group": "2,2,3", "group": "2,2,3",
...@@ -1792,8 +1525,6 @@ ...@@ -1792,8 +1525,6 @@
"navigationBarTitleText": "margin-left" "navigationBarTitleText": "margin-left"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/margin/margin-right", "path": "pages/CSS/margin/margin-right",
"group": "2,2,4", "group": "2,2,4",
...@@ -1801,8 +1532,6 @@ ...@@ -1801,8 +1532,6 @@
"navigationBarTitleText": "margin-right" "navigationBarTitleText": "margin-right"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/margin/margin-top", "path": "pages/CSS/margin/margin-top",
"group": "2,2,1", "group": "2,2,1",
...@@ -1810,8 +1539,6 @@ ...@@ -1810,8 +1539,6 @@
"navigationBarTitleText": "margin-top" "navigationBarTitleText": "margin-top"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/margin/margin", "path": "pages/CSS/margin/margin",
"group": "2,2,0", "group": "2,2,0",
...@@ -1819,8 +1546,6 @@ ...@@ -1819,8 +1546,6 @@
"navigationBarTitleText": "margin" "navigationBarTitleText": "margin"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/overflow/overflow", "path": "pages/CSS/overflow/overflow",
"group": "2,11", "group": "2,11",
...@@ -1828,8 +1553,6 @@ ...@@ -1828,8 +1553,6 @@
"navigationBarTitleText": "overflow" "navigationBarTitleText": "overflow"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/padding/padding-bottom", "path": "pages/CSS/padding/padding-bottom",
"group": "2,3,2", "group": "2,3,2",
...@@ -1837,8 +1560,6 @@ ...@@ -1837,8 +1560,6 @@
"navigationBarTitleText": "padding-bottom" "navigationBarTitleText": "padding-bottom"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/padding/padding-left", "path": "pages/CSS/padding/padding-left",
"group": "2,3,3", "group": "2,3,3",
...@@ -1846,8 +1567,6 @@ ...@@ -1846,8 +1567,6 @@
"navigationBarTitleText": "padding-left" "navigationBarTitleText": "padding-left"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/padding/padding-right", "path": "pages/CSS/padding/padding-right",
"group": "2,3,4", "group": "2,3,4",
...@@ -1855,8 +1574,6 @@ ...@@ -1855,8 +1574,6 @@
"navigationBarTitleText": "padding-right" "navigationBarTitleText": "padding-right"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/padding/padding-top", "path": "pages/CSS/padding/padding-top",
"group": "2,3,1", "group": "2,3,1",
...@@ -1864,8 +1581,6 @@ ...@@ -1864,8 +1581,6 @@
"navigationBarTitleText": "padding-top" "navigationBarTitleText": "padding-top"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/padding/padding", "path": "pages/CSS/padding/padding",
"group": "2,3,0", "group": "2,3,0",
...@@ -1873,8 +1588,6 @@ ...@@ -1873,8 +1588,6 @@
"navigationBarTitleText": "padding" "navigationBarTitleText": "padding"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/text/color", "path": "pages/CSS/text/color",
"group": "2,14,0", "group": "2,14,0",
...@@ -1882,8 +1595,6 @@ ...@@ -1882,8 +1595,6 @@
"navigationBarTitleText": "color" "navigationBarTitleText": "color"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/text/font-family", "path": "pages/CSS/text/font-family",
"group": "2,14,2", "group": "2,14,2",
...@@ -1891,8 +1602,6 @@ ...@@ -1891,8 +1602,6 @@
"navigationBarTitleText": "font-family" "navigationBarTitleText": "font-family"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/text/font-size", "path": "pages/CSS/text/font-size",
"group": "2,14,1", "group": "2,14,1",
...@@ -1900,8 +1609,6 @@ ...@@ -1900,8 +1609,6 @@
"navigationBarTitleText": "font-size" "navigationBarTitleText": "font-size"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/text/font-style", "path": "pages/CSS/text/font-style",
"group": "2,14,3", "group": "2,14,3",
...@@ -1909,8 +1616,6 @@ ...@@ -1909,8 +1616,6 @@
"navigationBarTitleText": "font-style" "navigationBarTitleText": "font-style"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/text/font-weight", "path": "pages/CSS/text/font-weight",
"group": "2,14,4", "group": "2,14,4",
...@@ -1918,8 +1623,6 @@ ...@@ -1918,8 +1623,6 @@
"navigationBarTitleText": "font-weight" "navigationBarTitleText": "font-weight"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/text/letter-spacing", "path": "pages/CSS/text/letter-spacing",
"group": "2,14,14", "group": "2,14,14",
...@@ -1927,8 +1630,6 @@ ...@@ -1927,8 +1630,6 @@
"navigationBarTitleText": "letter-spacing" "navigationBarTitleText": "letter-spacing"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/text/line-height", "path": "pages/CSS/text/line-height",
"group": "2,14,12", "group": "2,14,12",
...@@ -1936,8 +1637,6 @@ ...@@ -1936,8 +1637,6 @@
"navigationBarTitleText": "line-height" "navigationBarTitleText": "line-height"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/text/text-align", "path": "pages/CSS/text/text-align",
"group": "2,14,10", "group": "2,14,10",
...@@ -1945,8 +1644,6 @@ ...@@ -1945,8 +1644,6 @@
"navigationBarTitleText": "text-align" "navigationBarTitleText": "text-align"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/text/text-overflow", "path": "pages/CSS/text/text-overflow",
"group": "2,14,11", "group": "2,14,11",
...@@ -1954,8 +1651,6 @@ ...@@ -1954,8 +1651,6 @@
"navigationBarTitleText": "text-overflow" "navigationBarTitleText": "text-overflow"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/text/text-decoration-line", "path": "pages/CSS/text/text-decoration-line",
"group": "2,14,6", "group": "2,14,6",
...@@ -1963,8 +1658,6 @@ ...@@ -1963,8 +1658,6 @@
"navigationBarTitleText": "text-decoration-line" "navigationBarTitleText": "text-decoration-line"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/transition/transition", "path": "pages/CSS/transition/transition",
"group": "2,16", "group": "2,16",
...@@ -1972,8 +1665,6 @@ ...@@ -1972,8 +1665,6 @@
"navigationBarTitleText": "transition" "navigationBarTitleText": "transition"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/pointer-events/pointer-events", "path": "pages/CSS/pointer-events/pointer-events",
"group": "2,18", "group": "2,18",
...@@ -1981,8 +1672,6 @@ ...@@ -1981,8 +1672,6 @@
"navigationBarTitleText": "pointer-events" "navigationBarTitleText": "pointer-events"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/transform/translate", "path": "pages/CSS/transform/translate",
"group": "2,17", "group": "2,17",
...@@ -1990,8 +1679,6 @@ ...@@ -1990,8 +1679,6 @@
"navigationBarTitleText": "translate" "navigationBarTitleText": "translate"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/transform/scale", "path": "pages/CSS/transform/scale",
"group": "2,17", "group": "2,17",
...@@ -1999,8 +1686,6 @@ ...@@ -1999,8 +1686,6 @@
"navigationBarTitleText": "scale" "navigationBarTitleText": "scale"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/CSS/transform/rotate", "path": "pages/CSS/transform/rotate",
"group": "2,17", "group": "2,17",
...@@ -2008,7 +1693,6 @@ ...@@ -2008,7 +1693,6 @@
"navigationBarTitleText": "rotate" "navigationBarTitleText": "rotate"
} }
}, },
// #endif
{ {
"path": "pages/CSS/variable/variable", "path": "pages/CSS/variable/variable",
"group": "2,20", "group": "2,20",
...@@ -2023,9 +1707,8 @@ ...@@ -2023,9 +1707,8 @@
"style": { "style": {
"navigationBarTitleText": "overflow-visible-event" "navigationBarTitleText": "overflow-visible-event"
} }
} },
// #endif // #endif
,
{ {
"path": "pages/tabBar/template", "path": "pages/tabBar/template",
"style": { "style": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册