提交 139d4982 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

chore: update pages.json

上级 4cd149d3
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
"backgroundColorContent": "#f8f8f8" "backgroundColorContent": "#f8f8f8"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/view/view", "path": "pages/component/view/view",
"group": "0,1,0", "group": "0,1,0",
...@@ -26,6 +27,8 @@ ...@@ -26,6 +27,8 @@
"navigationBarTitleText": "view | 基本视图容器" "navigationBarTitleText": "view | 基本视图容器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/scroll-view/scroll-view", "path": "pages/component/scroll-view/scroll-view",
"group": "0,1,1", "group": "0,1,1",
...@@ -33,30 +36,40 @@ ...@@ -33,30 +36,40 @@
"navigationBarTitleText": "scroll-view | 可滚动视图容器" "navigationBarTitleText": "scroll-view | 可滚动视图容器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"path": "pages/component/swiper/swiper", "path": "pages/component/swiper/swiper",
"group": "0,1,2", "group": "0,1,2",
...@@ -64,6 +77,7 @@ ...@@ -64,6 +77,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",
...@@ -72,6 +86,8 @@ ...@@ -72,6 +86,8 @@
"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": {
...@@ -79,12 +95,16 @@ ...@@ -79,12 +95,16 @@
"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": {
...@@ -92,18 +112,24 @@ ...@@ -92,18 +112,24 @@
"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",
...@@ -111,6 +137,8 @@ ...@@ -111,6 +137,8 @@
"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",
...@@ -120,6 +148,7 @@ ...@@ -120,6 +148,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/text/text", "path": "pages/component/text/text",
"group": "0,2,1", "group": "0,2,1",
...@@ -127,12 +156,16 @@ ...@@ -127,12 +156,16 @@
"navigationBarTitleText": "text | 文本" "navigationBarTitleText": "text | 文本"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"path": "pages/component/rich-text/rich-text", "path": "pages/component/rich-text/rich-text",
"group": "0,2,2", "group": "0,2,2",
...@@ -140,18 +173,24 @@ ...@@ -140,18 +173,24 @@
"navigationBarTitleText": "rich-text | 富文本" "navigationBarTitleText": "rich-text | 富文本"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"path": "pages/component/progress/progress", "path": "pages/component/progress/progress",
"group": "0,2,3", "group": "0,2,3",
...@@ -159,6 +198,8 @@ ...@@ -159,6 +198,8 @@
"navigationBarTitleText": "progress | 进度条" "navigationBarTitleText": "progress | 进度条"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/form/form", "path": "pages/component/form/form",
"group": "0,3,2", "group": "0,3,2",
...@@ -166,6 +207,8 @@ ...@@ -166,6 +207,8 @@
"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",
...@@ -173,12 +216,16 @@ ...@@ -173,12 +216,16 @@
"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 || MP-WEIXIN
{ {
"path": "pages/component/radio/radio", "path": "pages/component/radio/radio",
"group": "0,3,8", "group": "0,3,8",
...@@ -186,6 +233,8 @@ ...@@ -186,6 +233,8 @@
"navigationBarTitleText": "radio | 单选框" "navigationBarTitleText": "radio | 单选框"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/checkbox/checkbox", "path": "pages/component/checkbox/checkbox",
"group": "0,3,1", "group": "0,3,1",
...@@ -193,6 +242,8 @@ ...@@ -193,6 +242,8 @@
"navigationBarTitleText": "checkbox | 多选框" "navigationBarTitleText": "checkbox | 多选框"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/input/input", "path": "pages/component/input/input",
"group": "0,3,3", "group": "0,3,3",
...@@ -200,6 +251,8 @@ ...@@ -200,6 +251,8 @@
"navigationBarTitleText": "input | 输入框" "navigationBarTitleText": "input | 输入框"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/textarea/textarea", "path": "pages/component/textarea/textarea",
"group": "0,3,11", "group": "0,3,11",
...@@ -207,6 +260,8 @@ ...@@ -207,6 +260,8 @@
"navigationBarTitleText": "textarea | 多行输入框" "navigationBarTitleText": "textarea | 多行输入框"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/slider/slider", "path": "pages/component/slider/slider",
"group": "0,3,9", "group": "0,3,9",
...@@ -214,18 +269,24 @@ ...@@ -214,18 +269,24 @@
"navigationBarTitleText": "slider | 滑动选择器" "navigationBarTitleText": "slider | 滑动选择器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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
"path": "pages/component/slider/slider-maxValue", // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
"style": { {
"navigationBarTitleText": "slider-maxValue-test" "path": "pages/component/slider/slider-maxValue",
} "style": {
}, "navigationBarTitleText": "slider-maxValue-test"
}
},
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/picker-view/picker-view", "path": "pages/component/picker-view/picker-view",
"group": "0,3,7", "group": "0,3,7",
...@@ -233,6 +294,8 @@ ...@@ -233,6 +294,8 @@
"navigationBarTitleText": "picker-view | 嵌入页面的滚动选择器" "navigationBarTitleText": "picker-view | 嵌入页面的滚动选择器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/switch/switch", "path": "pages/component/switch/switch",
"group": "0,3,10", "group": "0,3,10",
...@@ -240,6 +303,8 @@ ...@@ -240,6 +303,8 @@
"navigationBarTitleText": "switch | 开关选择器" "navigationBarTitleText": "switch | 开关选择器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/image/image", "path": "pages/component/image/image",
"group": "0,5,0", "group": "0,5,0",
...@@ -247,30 +312,40 @@ ...@@ -247,30 +312,40 @@
"navigationBarTitleText": "image | 图片" "navigationBarTitleText": "image | 图片"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"path": "pages/component/image/image-large", "path": "pages/component/image/image-large",
"style": { "style": {
"navigationBarTitleText": "大图测试" "navigationBarTitleText": "大图测试"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/video/video", "path": "pages/component/video/video",
"group": "0,5,1", "group": "0,5,1",
...@@ -278,12 +353,16 @@ ...@@ -278,12 +353,16 @@
"navigationBarTitleText": "video | 视频" "navigationBarTitleText": "video | 视频"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"path": "pages/component/navigator/navigator", "path": "pages/component/navigator/navigator",
"group": "0,4,0", "group": "0,4,0",
...@@ -291,18 +370,24 @@ ...@@ -291,18 +370,24 @@
"navigationBarTitleText": "navigator | 页面链接" "navigationBarTitleText": "navigator | 页面链接"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/navigator/navigate", "path": "pages/component/navigator/navigate",
"style": { "style": {
"navigationBarTitleText": "navigatePage" "navigationBarTitleText": "navigatePage"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/navigator/redirect", "path": "pages/component/navigator/redirect",
"style": { "style": {
"navigationBarTitleText": "redirectPage" "navigationBarTitleText": "redirectPage"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/web-view/web-view", "path": "pages/component/web-view/web-view",
"group": "0,9", "group": "0,9",
...@@ -310,6 +395,8 @@ ...@@ -310,6 +395,8 @@
"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",
...@@ -317,6 +404,8 @@ ...@@ -317,6 +404,8 @@
"navigationBarTitleText": "本地网页" "navigationBarTitleText": "本地网页"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/unicloud-db/unicloud-db/contacts/list", "path": "pages/component/unicloud-db/unicloud-db/contacts/list",
"group": "0,11", "group": "0,11",
...@@ -325,24 +414,32 @@ ...@@ -325,24 +414,32 @@
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"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",
...@@ -350,6 +447,7 @@ ...@@ -350,6 +447,7 @@
"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",
...@@ -411,7 +509,7 @@ ...@@ -411,7 +509,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB || MP // #ifdef WEB || MP-WEIXIN
{ {
"path": "pages/component/movable-view/movable-view", "path": "pages/component/movable-view/movable-view",
"group": "0,1,4,1", "group": "0,1,4,1",
...@@ -420,7 +518,7 @@ ...@@ -420,7 +518,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB || MP // #ifdef WEB || MP-WEIXIN
{ {
"path": "pages/component/label/label", "path": "pages/component/label/label",
"group": "0,3,5", "group": "0,3,5",
...@@ -429,7 +527,7 @@ ...@@ -429,7 +527,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB || MP // #ifdef WEB || MP-WEIXIN
{ {
"path": "pages/component/picker/picker", "path": "pages/component/picker/picker",
"group": "0,3,6", "group": "0,3,6",
...@@ -438,6 +536,7 @@ ...@@ -438,6 +536,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/component/map/map", "path": "pages/component/map/map",
"group": "0,6", "group": "0,6",
...@@ -445,7 +544,8 @@ ...@@ -445,7 +544,8 @@
"navigationBarTitleText": "map | 地图" "navigationBarTitleText": "map | 地图"
} }
}, },
// #ifdef WEB || MP // #endif
// #ifdef WEB || MP-WEIXIN
{ {
"path": "pages/component/cover-view/cover-view", "path": "pages/component/cover-view/cover-view",
"group": "0,1,5,0", "group": "0,1,5,0",
...@@ -454,7 +554,7 @@ ...@@ -454,7 +554,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB || MP // #ifdef WEB || MP-WEIXIN
{ {
"path": "pages/component/editor/editor", "path": "pages/component/editor/editor",
"group": "0,3,4", "group": "0,3,4",
...@@ -542,6 +642,7 @@ ...@@ -542,6 +642,7 @@
"backgroundColorContent": "#f8f8f8" "backgroundColorContent": "#f8f8f8"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/get-app/get-app", "path": "pages/API/get-app/get-app",
"group": "1,0,0", "group": "1,0,0",
...@@ -549,7 +650,8 @@ ...@@ -549,7 +650,8 @@
"navigationBarTitleText": "getApp | 获取当前应用实例" "navigationBarTitleText": "getApp | 获取当前应用实例"
} }
}, },
// #ifdef APP // #endif
// #ifdef APP-ANDROID || APP-IOS
{ {
"path": "pages/API/exit/exit", "path": "pages/API/exit/exit",
"group": "1,1,5", "group": "1,1,5",
...@@ -568,6 +670,7 @@ ...@@ -568,6 +670,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -576,6 +679,8 @@ ...@@ -576,6 +679,8 @@
"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": {
...@@ -583,6 +688,8 @@ ...@@ -583,6 +688,8 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -590,6 +697,8 @@ ...@@ -590,6 +697,8 @@
"navigationBarTitleText": "getLaunchOptionsSync | 获取启动参数" "navigationBarTitleText": "getLaunchOptionsSync | 获取启动参数"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -597,6 +706,7 @@ ...@@ -597,6 +706,7 @@
"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",
...@@ -604,6 +714,7 @@ ...@@ -604,6 +714,7 @@
"navigationBarTitleText": "animationFrame | 动画帧" "navigationBarTitleText": "animationFrame | 动画帧"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/navigator/navigator", "path": "pages/API/navigator/navigator",
"group": "1,2,0", "group": "1,2,0",
...@@ -611,6 +722,8 @@ ...@@ -611,6 +722,8 @@
"navigationBarTitleText": "navigator | 页面跳转" "navigationBarTitleText": "navigator | 页面跳转"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -618,6 +731,8 @@ ...@@ -618,6 +731,8 @@
"navigationBarTitleText": "setNavigationBarColor | 设置导航条颜色" "navigationBarTitleText": "setNavigationBarColor | 设置导航条颜色"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -625,6 +740,8 @@ ...@@ -625,6 +740,8 @@
"navigationBarTitleText": "setNavigationBarTitle | 设置导航条标题" "navigationBarTitleText": "setNavigationBarTitle | 设置导航条标题"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent", "path": "pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent",
"group": "1,2", "group": "1,2",
...@@ -632,24 +749,32 @@ ...@@ -632,24 +749,32 @@
"navigationBarTitleText": "设置页面容器背景色" "navigationBarTitleText": "设置页面容器背景色"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"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",
...@@ -658,6 +783,8 @@ ...@@ -658,6 +783,8 @@
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/storage/storage", "path": "pages/API/storage/storage",
"group": "1,10", "group": "1,10",
...@@ -665,7 +792,8 @@ ...@@ -665,7 +792,8 @@
"navigationBarTitleText": "storage | key-value本地数据存储" "navigationBarTitleText": "storage | key-value本地数据存储"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS // #endif
// #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN
{ {
"path": "pages/API/get-file-system-manager/get-file-system-manager", "path": "pages/API/get-file-system-manager/get-file-system-manager",
"group": "1,11,0", "group": "1,11,0",
...@@ -683,6 +811,7 @@ ...@@ -683,6 +811,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -690,6 +819,8 @@ ...@@ -690,6 +819,8 @@
"navigationBarTitleText": "showActionSheet | 弹出操作菜单" "navigationBarTitleText": "showActionSheet | 弹出操作菜单"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/show-modal/show-modal", "path": "pages/API/show-modal/show-modal",
"group": "1,4,2", "group": "1,4,2",
...@@ -697,6 +828,8 @@ ...@@ -697,6 +828,8 @@
"navigationBarTitleText": "showModal | 显示模态弹窗" "navigationBarTitleText": "showModal | 显示模态弹窗"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/show-loading/show-loading", "path": "pages/API/show-loading/show-loading",
"group": "1,4,3", "group": "1,4,3",
...@@ -704,6 +837,8 @@ ...@@ -704,6 +837,8 @@
"navigationBarTitleText": "showLoading | 显示 loading 提示框" "navigationBarTitleText": "showLoading | 显示 loading 提示框"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/show-toast/show-toast", "path": "pages/API/show-toast/show-toast",
"group": "1,4,4", "group": "1,4,4",
...@@ -711,6 +846,8 @@ ...@@ -711,6 +846,8 @@
"navigationBarTitleText": "showToast | 显示消息提示框" "navigationBarTitleText": "showToast | 显示消息提示框"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -718,12 +855,16 @@ ...@@ -718,12 +855,16 @@
"navigationBarTitleText": "loadFontFace | 动态加载字体" "navigationBarTitleText": "loadFontFace | 动态加载字体"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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 || MP-WEIXIN
{ {
"path": "pages/API/get-location/get-location", "path": "pages/API/get-location/get-location",
"group": "1,9,0", "group": "1,9,0",
...@@ -731,7 +872,8 @@ ...@@ -731,7 +872,8 @@
"navigationBarTitleText": "getLocation | 获取当前位置" "navigationBarTitleText": "getLocation | 获取当前位置"
} }
}, },
// #ifdef WEB || MP // #endif
// #ifdef WEB || MP-WEIXIN
{ {
"path": "pages/API/open-location/open-location", "path": "pages/API/open-location/open-location",
"group": "1,9,1", "group": "1,9,1",
...@@ -740,6 +882,7 @@ ...@@ -740,6 +882,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/choose-location/choose-location", "path": "pages/API/choose-location/choose-location",
"group": "1,9,2", "group": "1,9,2",
...@@ -747,6 +890,8 @@ ...@@ -747,6 +890,8 @@
"navigationBarTitleText": "chooseLocation | 使用地图选择位置" "navigationBarTitleText": "chooseLocation | 使用地图选择位置"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/interceptor/interceptor", "path": "pages/API/interceptor/interceptor",
"group": "1,1,3", "group": "1,1,3",
...@@ -754,18 +899,24 @@ ...@@ -754,18 +899,24 @@
"navigationBarTitleText": "interceptor | 拦截器" "navigationBarTitleText": "interceptor | 拦截器"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/interceptor/page1", "path": "pages/API/interceptor/page1",
"style": { "style": {
"navigationBarTitleText": "拦截器测试页面 1" "navigationBarTitleText": "拦截器测试页面 1"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/interceptor/page2", "path": "pages/API/interceptor/page2",
"style": { "style": {
"navigationBarTitleText": "拦截器测试页面 2" "navigationBarTitleText": "拦截器测试页面 2"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/request/request", "path": "pages/API/request/request",
"group": "1,5,0", "group": "1,5,0",
...@@ -773,6 +924,8 @@ ...@@ -773,6 +924,8 @@
"navigationBarTitleText": "request | 发起网络请求" "navigationBarTitleText": "request | 发起网络请求"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/upload-file/upload-file", "path": "pages/API/upload-file/upload-file",
"group": "1,5,1", "group": "1,5,1",
...@@ -780,6 +933,8 @@ ...@@ -780,6 +933,8 @@
"navigationBarTitleText": "uploadFile | 上传文件" "navigationBarTitleText": "uploadFile | 上传文件"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/download-file/download-file", "path": "pages/API/download-file/download-file",
"group": "1,5,2", "group": "1,5,2",
...@@ -787,12 +942,16 @@ ...@@ -787,12 +942,16 @@
"navigationBarTitleText": "downloadFile | 下载文件" "navigationBarTitleText": "downloadFile | 下载文件"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/websocket/socketTask", "path": "pages/API/websocket/socketTask",
"style": { "style": {
"navigationBarTitleText": "socketTask" "navigationBarTitleText": "socketTask"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/websocket/websocket", "path": "pages/API/websocket/websocket",
"group": "1,5,4", "group": "1,5,4",
...@@ -800,6 +959,7 @@ ...@@ -800,6 +959,7 @@
"navigationBarTitleText": "websocket" "navigationBarTitleText": "websocket"
} }
}, },
// #endif
{ {
"path": "pages/API/unicloud/unicloud/cloud-function", "path": "pages/API/unicloud/unicloud/cloud-function",
"group": "1,19,0", "group": "1,19,0",
...@@ -814,6 +974,7 @@ ...@@ -814,6 +974,7 @@
"navigationBarTitleText": "cloud object | 云对象" "navigationBarTitleText": "cloud object | 云对象"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -821,6 +982,8 @@ ...@@ -821,6 +982,8 @@
"navigationBarTitleText": "getSystemInfo | 获取系统信息" "navigationBarTitleText": "getSystemInfo | 获取系统信息"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -828,6 +991,8 @@ ...@@ -828,6 +991,8 @@
"navigationBarTitleText": "getDeviceInfo | 获取设备信息" "navigationBarTitleText": "getDeviceInfo | 获取设备信息"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -835,7 +1000,8 @@ ...@@ -835,7 +1000,8 @@
"navigationBarTitleText": "getAppBaseInfo | 获取APP基础信息" "navigationBarTitleText": "getAppBaseInfo | 获取APP基础信息"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS // #endif
// #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN
{ {
"path": "pages/API/get-system-setting/get-system-setting", "path": "pages/API/get-system-setting/get-system-setting",
"group": "1,6,5", "group": "1,6,5",
...@@ -854,7 +1020,7 @@ ...@@ -854,7 +1020,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN
{ {
"path": "pages/API/get-app-authorize-setting/get-app-authorize-setting", "path": "pages/API/get-app-authorize-setting/get-app-authorize-setting",
"group": "1,6,4", "group": "1,6,4",
...@@ -863,6 +1029,7 @@ ...@@ -863,6 +1029,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/preview-image/preview-image", "path": "pages/API/preview-image/preview-image",
"group": "1,7,1", "group": "1,7,1",
...@@ -870,6 +1037,8 @@ ...@@ -870,6 +1037,8 @@
"navigationBarTitleText": "previewImage | 图片预览" "navigationBarTitleText": "previewImage | 图片预览"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/choose-image/choose-image", "path": "pages/API/choose-image/choose-image",
"group": "1,7,0", "group": "1,7,0",
...@@ -877,6 +1046,8 @@ ...@@ -877,6 +1046,8 @@
"navigationBarTitleText": "chooseImage | 拍照或从相册选择图片" "navigationBarTitleText": "chooseImage | 拍照或从相册选择图片"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -884,7 +1055,8 @@ ...@@ -884,7 +1055,8 @@
"navigationBarTitleText": "getImageInfo | 获取图片信息" "navigationBarTitleText": "getImageInfo | 获取图片信息"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS // #endif
// #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN
{ {
"path": "pages/API/compress-image/compress-image", "path": "pages/API/compress-image/compress-image",
"group": "1,7,4", "group": "1,7,4",
...@@ -893,6 +1065,7 @@ ...@@ -893,6 +1065,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/choose-video/choose-video", "path": "pages/API/choose-video/choose-video",
"group": "1,7,5", "group": "1,7,5",
...@@ -900,7 +1073,8 @@ ...@@ -900,7 +1073,8 @@
"navigationBarTitleText": "chooseVideo | 拍摄视频或从相册中选择视频" "navigationBarTitleText": "chooseVideo | 拍摄视频或从相册中选择视频"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS // #endif
// #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN
{ {
"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",
"group": "1,7,2", "group": "1,7,2",
...@@ -909,7 +1083,7 @@ ...@@ -909,7 +1083,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN
{ {
"path": "pages/API/save-video-to-photos-album/save-video-to-photos-album", "path": "pages/API/save-video-to-photos-album/save-video-to-photos-album",
"group": "1,7,6", "group": "1,7,6",
...@@ -918,6 +1092,7 @@ ...@@ -918,6 +1092,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -925,7 +1100,8 @@ ...@@ -925,7 +1100,8 @@
"navigationBarTitleText": "getVideoInfo | 获取视频信息" "navigationBarTitleText": "getVideoInfo | 获取视频信息"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS // #endif
// #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN
{ {
"path": "pages/API/compress-video/compress-video", "path": "pages/API/compress-video/compress-video",
"group": "1,7,8", "group": "1,7,8",
...@@ -934,6 +1110,7 @@ ...@@ -934,6 +1110,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -941,6 +1118,8 @@ ...@@ -941,6 +1118,8 @@
"navigationBarTitleText": "getNetworkType | 获取网络类型" "navigationBarTitleText": "getNetworkType | 获取网络类型"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -948,6 +1127,8 @@ ...@@ -948,6 +1127,8 @@
"navigationBarTitleText": "pageScrollTo | 将页面滚动到指定位置" "navigationBarTitleText": "pageScrollTo | 将页面滚动到指定位置"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/event-bus/event-bus", "path": "pages/API/event-bus/event-bus",
"group": "1,1,1", "group": "1,1,1",
...@@ -955,6 +1136,8 @@ ...@@ -955,6 +1136,8 @@
"navigationBarTitleText": "eventBus | 事件总线" "navigationBarTitleText": "eventBus | 事件总线"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/unicloud/unicloud/cloud-storage", "path": "pages/API/unicloud/unicloud/cloud-storage",
"group": "1,19,2", "group": "1,19,2",
...@@ -962,6 +1145,7 @@ ...@@ -962,6 +1145,7 @@
"navigationBarTitleText": "cloud storage | 云存储" "navigationBarTitleText": "cloud storage | 云存储"
} }
}, },
// #endif
{ {
"path": "pages/API/unicloud/unicloud/database", "path": "pages/API/unicloud/unicloud/database",
"group": "1,19,3", "group": "1,19,3",
...@@ -969,6 +1153,7 @@ ...@@ -969,6 +1153,7 @@
"navigationBarTitleText": "database | 数据库" "navigationBarTitleText": "database | 数据库"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -976,6 +1161,8 @@ ...@@ -976,6 +1161,8 @@
"navigationBarTitleText": "getBatteryInfo | 获取电池电量信息" "navigationBarTitleText": "getBatteryInfo | 获取电池电量信息"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -983,6 +1170,8 @@ ...@@ -983,6 +1170,8 @@
"navigationBarTitleText": "getWindowInfo | 获取窗口信息" "navigationBarTitleText": "getWindowInfo | 获取窗口信息"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/get-window-info/window-area", "path": "pages/API/get-window-info/window-area",
"style": { "style": {
...@@ -990,6 +1179,7 @@ ...@@ -990,6 +1179,7 @@
"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",
...@@ -1020,6 +1210,7 @@ ...@@ -1020,6 +1210,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/rpx2px/rpx2px", "path": "pages/API/rpx2px/rpx2px",
"group": "1,4,6", "group": "1,4,6",
...@@ -1028,6 +1219,7 @@ ...@@ -1028,6 +1219,7 @@
"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",
...@@ -1038,7 +1230,7 @@ ...@@ -1038,7 +1230,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN
{ {
"path": "pages/API/request-payment/request-payment", "path": "pages/API/request-payment/request-payment",
"group": "1,14,0", "group": "1,14,0",
...@@ -1058,6 +1250,7 @@ ...@@ -1058,6 +1250,7 @@
} }
}, },
// #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",
...@@ -1066,7 +1259,8 @@ ...@@ -1066,7 +1259,8 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #ifdef APP-IOS // #endif
// #ifdef APP-IOS || MP-WEIXIN
{ {
"path": "pages/API/virtual-payment/virtual-payment", "path": "pages/API/virtual-payment/virtual-payment",
"group": "1,14,1", "group": "1,14,1",
...@@ -1076,7 +1270,7 @@ ...@@ -1076,7 +1270,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-IOS // #ifdef APP-IOS || MP-WEIXIN
{ {
"path": "pages/API/virtual-payment/virtual-payment-uni-pay", "path": "pages/API/virtual-payment/virtual-payment-uni-pay",
"style": { "style": {
...@@ -1085,6 +1279,7 @@ ...@@ -1085,6 +1279,7 @@
} }
}, },
// #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": {
...@@ -1092,7 +1287,8 @@ ...@@ -1092,7 +1287,8 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #ifdef WEB || MP // #endif
// #ifdef WEB || MP-WEIXIN
{ {
"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",
...@@ -1101,7 +1297,7 @@ ...@@ -1101,7 +1297,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB || MP || APP-ANDROID // #ifdef APP-ANDROID || WEB || MP-WEIXIN
{ {
"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",
...@@ -1110,7 +1306,7 @@ ...@@ -1110,7 +1306,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB || MP || APP-ANDROID // #ifdef APP-ANDROID || WEB || MP-WEIXIN
{ {
"path": "pages/API/create-inner-audio-context/inner-audio-format", "path": "pages/API/create-inner-audio-context/inner-audio-format",
"style": { "style": {
...@@ -1118,21 +1314,23 @@ ...@@ -1118,21 +1314,23 @@
} }
}, },
// #endif // #endif
// #ifdef WEB || MP || APP-ANDROID // #ifdef APP-ANDROID || WEB || MP-WEIXIN
{ {
"path": "pages/API/create-inner-audio-context/inner-audio-path", "path": "pages/API/create-inner-audio-context/inner-audio-path",
"style": { "style": {
"navigationBarTitleText": "inner-audio-path" "navigationBarTitleText": "inner-audio-path"
} }
}, },
{
"path": "pages/API/create-inner-audio-context/inner-audio-mult",
"style": {
"navigationBarTitleText": "inner-audio-mult"
}
},
// #endif // #endif
// #ifdef WEB || MP // #ifdef APP-ANDROID || WEB || MP-WEIXIN
{
"path": "pages/API/create-inner-audio-context/inner-audio-mult",
"style": {
"navigationBarTitleText": "inner-audio-mult"
}
},
// #endif
// #ifdef WEB || MP-WEIXIN
{ {
"path": "pages/API/clipboard/clipboard", "path": "pages/API/clipboard/clipboard",
"group": "1,6,9", "group": "1,6,9",
...@@ -1141,7 +1339,7 @@ ...@@ -1141,7 +1339,7 @@
} }
}, },
// #endif // #endif
// #ifdef WEB || MP // #ifdef WEB || MP-WEIXIN
{ {
"path": "pages/API/compass/compass", "path": "pages/API/compass/compass",
"group": "1,6,10", "group": "1,6,10",
...@@ -1150,7 +1348,7 @@ ...@@ -1150,7 +1348,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN
{ {
"path": "pages/API/theme-change/theme-change", "path": "pages/API/theme-change/theme-change",
"group": "1,4,7", "group": "1,4,7",
...@@ -1177,6 +1375,7 @@ ...@@ -1177,6 +1375,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"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",
...@@ -1184,6 +1383,7 @@ ...@@ -1184,6 +1383,7 @@
"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",
...@@ -1210,7 +1410,7 @@ ...@@ -1210,7 +1410,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN
{ {
"path": "pages/API/privacy/privacy", "path": "pages/API/privacy/privacy",
"group": "1,1,8", "group": "1,1,8",
...@@ -1219,6 +1419,7 @@ ...@@ -1219,6 +1419,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/API/uni-push/uni-push", "path": "pages/API/uni-push/uni-push",
"group": "1,16,0", "group": "1,16,0",
...@@ -1226,6 +1427,8 @@ ...@@ -1226,6 +1427,8 @@
"navigationBarTitleText": "推送" "navigationBarTitleText": "推送"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/API/report/report", "path": "pages/API/report/report",
"group": "1,17,0", "group": "1,17,0",
...@@ -1233,6 +1436,7 @@ ...@@ -1233,6 +1436,7 @@
"navigationBarTitleText": "report | 统计采集上报" "navigationBarTitleText": "report | 统计采集上报"
} }
}, },
// #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",
...@@ -1293,6 +1497,7 @@ ...@@ -1293,6 +1497,7 @@
"backgroundColorContent": "#f8f8f8" "backgroundColorContent": "#f8f8f8"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/background/background-color", "path": "pages/CSS/background/background-color",
"group": "2,8,1", "group": "2,8,1",
...@@ -1300,6 +1505,8 @@ ...@@ -1300,6 +1505,8 @@
"navigationBarTitleText": "background-color" "navigationBarTitleText": "background-color"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/background/background-image", "path": "pages/CSS/background/background-image",
"group": "2,8,2", "group": "2,8,2",
...@@ -1307,6 +1514,8 @@ ...@@ -1307,6 +1514,8 @@
"navigationBarTitleText": "background-image" "navigationBarTitleText": "background-image"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/border/border-bottom", "path": "pages/CSS/border/border-bottom",
"group": "2,13,22", "group": "2,13,22",
...@@ -1314,6 +1523,8 @@ ...@@ -1314,6 +1523,8 @@
"navigationBarTitleText": "border-bottom" "navigationBarTitleText": "border-bottom"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/border/border-color", "path": "pages/CSS/border/border-color",
"group": "2,13,11", "group": "2,13,11",
...@@ -1321,6 +1532,8 @@ ...@@ -1321,6 +1532,8 @@
"navigationBarTitleText": "border-color" "navigationBarTitleText": "border-color"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/border/border-left", "path": "pages/CSS/border/border-left",
"group": "2,13,23", "group": "2,13,23",
...@@ -1328,6 +1541,8 @@ ...@@ -1328,6 +1541,8 @@
"navigationBarTitleText": "border-left" "navigationBarTitleText": "border-left"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/border/border-radius", "path": "pages/CSS/border/border-radius",
"group": "2,13,16", "group": "2,13,16",
...@@ -1335,6 +1550,8 @@ ...@@ -1335,6 +1550,8 @@
"navigationBarTitleText": "border-radius" "navigationBarTitleText": "border-radius"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/border/border-right", "path": "pages/CSS/border/border-right",
"group": "2,13,24", "group": "2,13,24",
...@@ -1342,6 +1559,8 @@ ...@@ -1342,6 +1559,8 @@
"navigationBarTitleText": "border-right" "navigationBarTitleText": "border-right"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/border/border-style", "path": "pages/CSS/border/border-style",
"group": "2,13,1", "group": "2,13,1",
...@@ -1349,6 +1568,8 @@ ...@@ -1349,6 +1568,8 @@
"navigationBarTitleText": "border-style" "navigationBarTitleText": "border-style"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/border/border-top", "path": "pages/CSS/border/border-top",
"group": "2,13,21", "group": "2,13,21",
...@@ -1356,6 +1577,8 @@ ...@@ -1356,6 +1577,8 @@
"navigationBarTitleText": "border-top" "navigationBarTitleText": "border-top"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/border/border-width", "path": "pages/CSS/border/border-width",
"group": "2,13,6", "group": "2,13,6",
...@@ -1363,6 +1586,8 @@ ...@@ -1363,6 +1586,8 @@
"navigationBarTitleText": "border-width" "navigationBarTitleText": "border-width"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/border/border", "path": "pages/CSS/border/border",
"group": "2,13,0", "group": "2,13,0",
...@@ -1370,6 +1595,8 @@ ...@@ -1370,6 +1595,8 @@
"navigationBarTitleText": "border" "navigationBarTitleText": "border"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/border/complex-border/complex-border", "path": "pages/CSS/border/complex-border/complex-border",
"group": "2,13", "group": "2,13",
...@@ -1377,6 +1604,8 @@ ...@@ -1377,6 +1604,8 @@
"navigationBarTitleText": "border属性组合示例" "navigationBarTitleText": "border属性组合示例"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/border/dynamic-border", "path": "pages/CSS/border/dynamic-border",
"group": "2,13", "group": "2,13",
...@@ -1384,6 +1613,8 @@ ...@@ -1384,6 +1613,8 @@
"navigationBarTitleText": "border动态修改" "navigationBarTitleText": "border动态修改"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/border/border-update", "path": "pages/CSS/border/border-update",
"group": "2,13", "group": "2,13",
...@@ -1391,6 +1622,8 @@ ...@@ -1391,6 +1622,8 @@
"navigationBarTitleText": "border更新样式" "navigationBarTitleText": "border更新样式"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/box-shadow/box-shadow", "path": "pages/CSS/box-shadow/box-shadow",
"group": "2,15", "group": "2,15",
...@@ -1398,6 +1631,8 @@ ...@@ -1398,6 +1631,8 @@
"navigationBarTitleText": "box-shadow" "navigationBarTitleText": "box-shadow"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/display/flex", "path": "pages/CSS/display/flex",
"group": "2,5", "group": "2,5",
...@@ -1405,6 +1640,8 @@ ...@@ -1405,6 +1640,8 @@
"navigationBarTitleText": "flex" "navigationBarTitleText": "flex"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/display/none", "path": "pages/CSS/display/none",
"group": "2,5", "group": "2,5",
...@@ -1412,6 +1649,8 @@ ...@@ -1412,6 +1649,8 @@
"navigationBarTitleText": "none" "navigationBarTitleText": "none"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/flex/align-content", "path": "pages/CSS/flex/align-content",
"group": "2,7,6", "group": "2,7,6",
...@@ -1419,6 +1658,8 @@ ...@@ -1419,6 +1658,8 @@
"navigationBarTitleText": "align-content" "navigationBarTitleText": "align-content"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/flex/align-items", "path": "pages/CSS/flex/align-items",
"group": "2,7,4", "group": "2,7,4",
...@@ -1426,6 +1667,8 @@ ...@@ -1426,6 +1667,8 @@
"navigationBarTitleText": "align-items" "navigationBarTitleText": "align-items"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/flex/flex-basis", "path": "pages/CSS/flex/flex-basis",
"group": "2,7,9", "group": "2,7,9",
...@@ -1433,6 +1676,8 @@ ...@@ -1433,6 +1676,8 @@
"navigationBarTitleText": "flex-basis" "navigationBarTitleText": "flex-basis"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/flex/flex-direction", "path": "pages/CSS/flex/flex-direction",
"group": "2,7,1", "group": "2,7,1",
...@@ -1440,6 +1685,8 @@ ...@@ -1440,6 +1685,8 @@
"navigationBarTitleText": "flex-direction" "navigationBarTitleText": "flex-direction"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/flex/flex-flow", "path": "pages/CSS/flex/flex-flow",
"group": "2,7,10", "group": "2,7,10",
...@@ -1447,6 +1694,8 @@ ...@@ -1447,6 +1694,8 @@
"navigationBarTitleText": "flex-flow" "navigationBarTitleText": "flex-flow"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/flex/flex-grow", "path": "pages/CSS/flex/flex-grow",
"group": "2,7,7", "group": "2,7,7",
...@@ -1454,6 +1703,8 @@ ...@@ -1454,6 +1703,8 @@
"navigationBarTitleText": "flex-grow" "navigationBarTitleText": "flex-grow"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/flex/flex-shrink", "path": "pages/CSS/flex/flex-shrink",
"group": "2,7,8", "group": "2,7,8",
...@@ -1461,6 +1712,8 @@ ...@@ -1461,6 +1712,8 @@
"navigationBarTitleText": "flex-shrink" "navigationBarTitleText": "flex-shrink"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/flex/flex", "path": "pages/CSS/flex/flex",
"group": "2,7,0", "group": "2,7,0",
...@@ -1468,6 +1721,8 @@ ...@@ -1468,6 +1721,8 @@
"navigationBarTitleText": "flex" "navigationBarTitleText": "flex"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/flex/justify-content", "path": "pages/CSS/flex/justify-content",
"group": "2,7,2", "group": "2,7,2",
...@@ -1475,6 +1730,8 @@ ...@@ -1475,6 +1730,8 @@
"navigationBarTitleText": "justify-content" "navigationBarTitleText": "justify-content"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/layout/height", "path": "pages/CSS/layout/height",
"group": "2,1,0", "group": "2,1,0",
...@@ -1482,6 +1739,8 @@ ...@@ -1482,6 +1739,8 @@
"navigationBarTitleText": "height" "navigationBarTitleText": "height"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/layout/max-height", "path": "pages/CSS/layout/max-height",
"group": "2,1,2", "group": "2,1,2",
...@@ -1489,6 +1748,8 @@ ...@@ -1489,6 +1748,8 @@
"navigationBarTitleText": "max-height" "navigationBarTitleText": "max-height"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/layout/max-width", "path": "pages/CSS/layout/max-width",
"group": "2,0,2", "group": "2,0,2",
...@@ -1496,6 +1757,8 @@ ...@@ -1496,6 +1757,8 @@
"navigationBarTitleText": "max-width" "navigationBarTitleText": "max-width"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/layout/min-height", "path": "pages/CSS/layout/min-height",
"group": "2,1,1", "group": "2,1,1",
...@@ -1503,6 +1766,8 @@ ...@@ -1503,6 +1766,8 @@
"navigationBarTitleText": "min-height" "navigationBarTitleText": "min-height"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/layout/min-width", "path": "pages/CSS/layout/min-width",
"group": "2,0,1", "group": "2,0,1",
...@@ -1510,6 +1775,8 @@ ...@@ -1510,6 +1775,8 @@
"navigationBarTitleText": "min-width" "navigationBarTitleText": "min-width"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/layout/position", "path": "pages/CSS/layout/position",
"group": "2,9,0", "group": "2,9,0",
...@@ -1517,6 +1784,8 @@ ...@@ -1517,6 +1784,8 @@
"navigationBarTitleText": "position" "navigationBarTitleText": "position"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/layout/width", "path": "pages/CSS/layout/width",
"group": "2,0,0", "group": "2,0,0",
...@@ -1524,6 +1793,8 @@ ...@@ -1524,6 +1793,8 @@
"navigationBarTitleText": "width" "navigationBarTitleText": "width"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/layout/z-index", "path": "pages/CSS/layout/z-index",
"group": "2,10", "group": "2,10",
...@@ -1531,6 +1802,8 @@ ...@@ -1531,6 +1802,8 @@
"navigationBarTitleText": "z-index" "navigationBarTitleText": "z-index"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/layout/visibility", "path": "pages/CSS/layout/visibility",
"group": "2,6", "group": "2,6",
...@@ -1538,6 +1811,8 @@ ...@@ -1538,6 +1811,8 @@
"navigationBarTitleText": "visibility" "navigationBarTitleText": "visibility"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/margin/margin-bottom", "path": "pages/CSS/margin/margin-bottom",
"group": "2,2,2", "group": "2,2,2",
...@@ -1545,6 +1820,8 @@ ...@@ -1545,6 +1820,8 @@
"navigationBarTitleText": "margin-bottom" "navigationBarTitleText": "margin-bottom"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/margin/margin-left", "path": "pages/CSS/margin/margin-left",
"group": "2,2,3", "group": "2,2,3",
...@@ -1552,6 +1829,8 @@ ...@@ -1552,6 +1829,8 @@
"navigationBarTitleText": "margin-left" "navigationBarTitleText": "margin-left"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/margin/margin-right", "path": "pages/CSS/margin/margin-right",
"group": "2,2,4", "group": "2,2,4",
...@@ -1559,6 +1838,8 @@ ...@@ -1559,6 +1838,8 @@
"navigationBarTitleText": "margin-right" "navigationBarTitleText": "margin-right"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/margin/margin-top", "path": "pages/CSS/margin/margin-top",
"group": "2,2,1", "group": "2,2,1",
...@@ -1566,6 +1847,8 @@ ...@@ -1566,6 +1847,8 @@
"navigationBarTitleText": "margin-top" "navigationBarTitleText": "margin-top"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/margin/margin", "path": "pages/CSS/margin/margin",
"group": "2,2,0", "group": "2,2,0",
...@@ -1573,6 +1856,8 @@ ...@@ -1573,6 +1856,8 @@
"navigationBarTitleText": "margin" "navigationBarTitleText": "margin"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/overflow/overflow", "path": "pages/CSS/overflow/overflow",
"group": "2,11", "group": "2,11",
...@@ -1580,6 +1865,8 @@ ...@@ -1580,6 +1865,8 @@
"navigationBarTitleText": "overflow" "navigationBarTitleText": "overflow"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/padding/padding-bottom", "path": "pages/CSS/padding/padding-bottom",
"group": "2,3,2", "group": "2,3,2",
...@@ -1587,6 +1874,8 @@ ...@@ -1587,6 +1874,8 @@
"navigationBarTitleText": "padding-bottom" "navigationBarTitleText": "padding-bottom"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/padding/padding-left", "path": "pages/CSS/padding/padding-left",
"group": "2,3,3", "group": "2,3,3",
...@@ -1594,6 +1883,8 @@ ...@@ -1594,6 +1883,8 @@
"navigationBarTitleText": "padding-left" "navigationBarTitleText": "padding-left"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/padding/padding-right", "path": "pages/CSS/padding/padding-right",
"group": "2,3,4", "group": "2,3,4",
...@@ -1601,6 +1892,8 @@ ...@@ -1601,6 +1892,8 @@
"navigationBarTitleText": "padding-right" "navigationBarTitleText": "padding-right"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/padding/padding-top", "path": "pages/CSS/padding/padding-top",
"group": "2,3,1", "group": "2,3,1",
...@@ -1608,6 +1901,8 @@ ...@@ -1608,6 +1901,8 @@
"navigationBarTitleText": "padding-top" "navigationBarTitleText": "padding-top"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/padding/padding", "path": "pages/CSS/padding/padding",
"group": "2,3,0", "group": "2,3,0",
...@@ -1615,6 +1910,8 @@ ...@@ -1615,6 +1910,8 @@
"navigationBarTitleText": "padding" "navigationBarTitleText": "padding"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/text/color", "path": "pages/CSS/text/color",
"group": "2,14,0", "group": "2,14,0",
...@@ -1622,6 +1919,8 @@ ...@@ -1622,6 +1919,8 @@
"navigationBarTitleText": "color" "navigationBarTitleText": "color"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/text/font-family", "path": "pages/CSS/text/font-family",
"group": "2,14,2", "group": "2,14,2",
...@@ -1629,6 +1928,8 @@ ...@@ -1629,6 +1928,8 @@
"navigationBarTitleText": "font-family" "navigationBarTitleText": "font-family"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/text/font-size", "path": "pages/CSS/text/font-size",
"group": "2,14,1", "group": "2,14,1",
...@@ -1636,6 +1937,8 @@ ...@@ -1636,6 +1937,8 @@
"navigationBarTitleText": "font-size" "navigationBarTitleText": "font-size"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/text/font-style", "path": "pages/CSS/text/font-style",
"group": "2,14,3", "group": "2,14,3",
...@@ -1643,6 +1946,8 @@ ...@@ -1643,6 +1946,8 @@
"navigationBarTitleText": "font-style" "navigationBarTitleText": "font-style"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/text/font-weight", "path": "pages/CSS/text/font-weight",
"group": "2,14,4", "group": "2,14,4",
...@@ -1650,6 +1955,8 @@ ...@@ -1650,6 +1955,8 @@
"navigationBarTitleText": "font-weight" "navigationBarTitleText": "font-weight"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/text/letter-spacing", "path": "pages/CSS/text/letter-spacing",
"group": "2,14,14", "group": "2,14,14",
...@@ -1657,12 +1964,14 @@ ...@@ -1657,12 +1964,14 @@
"navigationBarTitleText": "letter-spacing" "navigationBarTitleText": "letter-spacing"
} }
}, },
// #endif
{ {
"path": "pages/CSS/text/font-family-icon", "path": "pages/CSS/text/font-family-icon",
"style": { "style": {
"navigationBarTitleText": "font-family: uni-icon" "navigationBarTitleText": "font-family: uni-icon"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/text/line-height", "path": "pages/CSS/text/line-height",
"group": "2,14,12", "group": "2,14,12",
...@@ -1670,6 +1979,8 @@ ...@@ -1670,6 +1979,8 @@
"navigationBarTitleText": "line-height" "navigationBarTitleText": "line-height"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/text/text-align", "path": "pages/CSS/text/text-align",
"group": "2,14,10", "group": "2,14,10",
...@@ -1677,6 +1988,8 @@ ...@@ -1677,6 +1988,8 @@
"navigationBarTitleText": "text-align" "navigationBarTitleText": "text-align"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/text/text-overflow", "path": "pages/CSS/text/text-overflow",
"group": "2,14,11", "group": "2,14,11",
...@@ -1684,6 +1997,8 @@ ...@@ -1684,6 +1997,8 @@
"navigationBarTitleText": "text-overflow" "navigationBarTitleText": "text-overflow"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/text/text-decoration-line", "path": "pages/CSS/text/text-decoration-line",
"group": "2,14,6", "group": "2,14,6",
...@@ -1691,6 +2006,8 @@ ...@@ -1691,6 +2006,8 @@
"navigationBarTitleText": "text-decoration-line" "navigationBarTitleText": "text-decoration-line"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/transition/transition", "path": "pages/CSS/transition/transition",
"group": "2,16", "group": "2,16",
...@@ -1698,6 +2015,8 @@ ...@@ -1698,6 +2015,8 @@
"navigationBarTitleText": "transition" "navigationBarTitleText": "transition"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/pointer-events/pointer-events", "path": "pages/CSS/pointer-events/pointer-events",
"group": "2,18", "group": "2,18",
...@@ -1705,6 +2024,8 @@ ...@@ -1705,6 +2024,8 @@
"navigationBarTitleText": "pointer-events" "navigationBarTitleText": "pointer-events"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/transform/translate", "path": "pages/CSS/transform/translate",
"group": "2,17", "group": "2,17",
...@@ -1712,6 +2033,8 @@ ...@@ -1712,6 +2033,8 @@
"navigationBarTitleText": "translate" "navigationBarTitleText": "translate"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/transform/scale", "path": "pages/CSS/transform/scale",
"group": "2,17", "group": "2,17",
...@@ -1719,6 +2042,8 @@ ...@@ -1719,6 +2042,8 @@
"navigationBarTitleText": "scale" "navigationBarTitleText": "scale"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/transform/rotate", "path": "pages/CSS/transform/rotate",
"group": "2,17", "group": "2,17",
...@@ -1726,6 +2051,7 @@ ...@@ -1726,6 +2051,7 @@
"navigationBarTitleText": "rotate" "navigationBarTitleText": "rotate"
} }
}, },
// #endif
{ {
"path": "pages/CSS/variable/variable", "path": "pages/CSS/variable/variable",
"group": "2,20", "group": "2,20",
...@@ -1733,7 +2059,7 @@ ...@@ -1733,7 +2059,7 @@
"navigationBarTitleText": "css 变量" "navigationBarTitleText": "css 变量"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS || WEB // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{ {
"path": "pages/CSS/overflow/overflow-visible-event", "path": "pages/CSS/overflow/overflow-visible-event",
"group": "2,11", "group": "2,11",
...@@ -1932,13 +2258,12 @@ ...@@ -1932,13 +2258,12 @@
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
}, },
{ {
"path" : "pages/API/dialog-page/uts-dialog-page", "path": "pages/API/dialog-page/uts-dialog-page",
"style" : "style": {
{ "navigationBarTitleText": ""
"navigationBarTitleText" : "" }
} },
},
// #endif // #endif
// #ifdef APP // #ifdef APP
{ {
...@@ -2952,4 +3277,4 @@ ...@@ -2952,4 +3277,4 @@
] ]
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册