提交 75640353 编写于 作者: D DCloud_LXH

feat: uni-app-x pages.json 自动生成

上级 f7409723
......@@ -6,6 +6,7 @@ let utsUnicloudApiJson = {};
let customTypeJson = {};
let vueJson = {};
let manifestJson = {};
let pagesJson = {};
try {
cssJson = require('../utils/cssJson.json');
} catch (error) {}
......@@ -30,6 +31,9 @@ try {
try {
manifestJson = require('../utils/manifestJson.json');
} catch (error) {}
try {
pagesJson = require('../utils/pagesJson.json');
} catch (error) {}
function getRegExp(key) {
......@@ -101,6 +105,14 @@ const getJSON = text => {
};
}
match = text.match(getRegExp('PAGESJSON'));
if (match) {
return {
match,
json: pagesJson,
};
}
return {
match: null,
json: {},
......
{"manifest":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| appid | string | - | [DCloud AppID 使用说明](https://ask.dcloud.net.cn/article/35907) | - |\n| name | string | - | 应用名称 | - |\n| description | string | - | 应用描述 | - |\n| versionName | string | - | 应用版本名称 | - |\n| versionCode | integer | - | 应用版本号,必须是整数,取值范围1~2147483647;升级时必须高于上一次设置的值。 | - |\n| locale | string | - | 默认语言<br/>`` | - |\n| fallbackLocale | string | - | 默认回退语言<br/>`` | - |\n| uni-app-x | [uni-app-x 配置项列表](#m-uni-app-x) | - | 存在uni-app-x节点则表示为uni-app x项目 | - |\n| app | [app 配置项列表](#m-app) | - | App端(原生App)配置 | - |","description":"[配置指南](http://uniapp.dcloud.io/manifest)"},"manifest_uni-app-x":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| flex-direction | string | column | uvue页面默认flex排列方向<br/>`row` : 从左到右<br/>`row-reverse` : 从右到左<br/>`column` : 从上到下<br/>`column-reverse` : 与 column 相反 | - |","description":"存在uni-app-x节点则表示为uni-app x项目"},"manifest_app":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| distribute | [distribute 配置项列表](#manifest-distribute) | - | App端发布配置 | - |","description":"App端(原生App)配置"},"app_distribute":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| syncDebug | boolean | - | 是否为自定义调试基座 | - |\n| icons | [icons 配置项列表](#app-icons) | - | iOS、Android应用图标配置。云打包后生效,建议在HBuilderX中 manifest.json 的可视化界面操作,不推荐手动在源码视图中修改。 | - |\n| android | [android 配置项列表](#app-android) | - | App-Android端发布配置 | - |\n| ios | [ios 配置项列表](#app-ios) | - | IOS配置 | - |","description":"App端发布配置"},"distribute_icons":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| android | [android 配置项列表](#distribute-android) | - | Android图标配置 | - |\n| ios | [ios 配置项列表](#distribute-ios) | - | iOS图标配置 | - |","description":"iOS、Android应用图标配置。云打包后生效,建议在HBuilderX中 manifest.json 的可视化界面操作,不推荐手动在源码视图中修改。"},"icons_android":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| hdpi | string | - | 高分屏设备程序图标,分辨率要求72x72 | - |\n| xhdpi | string | - | 720P高分屏设备程序图标,分辨率要求96x96 | - |\n| xxhdpi | string | - | 1080P高分屏设备程序图标,分辨率要求144x144 | - |\n| xxxhdpi | string | - | 2K屏设备程序图标,分辨率要求192x192 | - |"},"icons_ios":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| appstore | string | - | 提交app store使用的图标 1024x1024 | - |\n| iphone | [iphone 配置项列表](#icons-iphone) | - | iPhone图标配置 | - |\n| ipad | [ipad 配置项列表](#icons-ipad) | - | iPad图标配置 | - |"},"ios_iphone":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| app@2x | string | - | iOS9.0+ 程序图标(2x) | - |\n| app@3x | string | - | iOS9.0+ 程序图标(3x) | - |\n| spotlight@2x | string | - | iOS9.0+ Spotlight图标(2x) | - |\n| spotlight@3x | string | - | iOS9.0+ Spotlight图标(3x) | - |\n| settings@2x | string | - | iOS9.0+ Settings设置图标(2x) | - |\n| settings@3x | string | - | iOS9.0+ Settings设置图标(3x) | - |\n| notification@2x | string | - | iOS9.0+ 通知栏图标(2x) | - |\n| notification@3x | string | - | iOS9.0+ 通知栏图标(3x) | - |"},"ios_ipad":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| app | string | - | iOS9.0+ 程序图标 | - |\n| app@2x | string | - | iOS9.0+ 程序图标(2x) | - |\n| proapp@2x | string | - | iOS9.0+ 程序图标(3x) | - |\n| spotlight | string | - | iOS9.0+ Spotlight图标 | - |\n| spotlight@2x | string | - | iOS9.0+ Spotlight图标(2x) | - |\n| settings | string | - | iOS9.0+ Settings设置图标 | - |\n| settings@2x | string | - | iOS9.0+ Settings设置图标(2x) | - |\n| notification | string | - | iOS9.0+ 通知栏图标 | - |\n| notification@2x | string | - | iOS9.0+ 通知栏图标(2x) | - |"},"distribute_android":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| minSdkVersion | integer | - | 应用兼容的最低Android版本(API等级);[参考文档](https://uniapp.dcloud.io/tutorial/app-android-minsdkversion) | - |\n| targetSdkVersion | integer | - | 应用适配的目标Android版本(API等级),部分应用市场要求设置较高的targetSdkVersion才能提交审核;[参考文档](https://uniapp.dcloud.io/tutorial/app-android-targetsdkversion) | - |\n| abiFilters | array | [\"arm64-v8a\",\"x86_64\"\\] | [参考文档](https://uniapp.dcloud.io/tutorial/app-android-abifilters) | - |","description":"App-Android端发布配置"},"distribute_ios":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| appid | string | - | iOS Bundle ID | 3.9.0 |"}}
\ No newline at end of file
{"manifest":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| appid | string | - | [DCloud AppID 使用说明](https://ask.dcloud.net.cn/article/35907) | - |\n| name | string | - | 应用名称 | - |\n| description | string | - | 应用描述 | - |\n| versionName | string | - | 应用版本名称 | - |\n| versionCode | integer | - | 应用版本号,必须是整数,取值范围1~2147483647;升级时必须高于上一次设置的值。 | - |\n| locale | string | - | 默认语言<br/>`` | - |\n| fallbackLocale | string | - | 默认回退语言<br/>`` | - |\n| uni-app-x | [uni-app-x 配置项列表](#manifest-uni-app-x) | - | 存在uni-app-x节点则表示为uni-app x项目 | - |\n| app | [app 配置项列表](#manifest-app) | - | App端(原生App)配置 | - |","description":"[配置指南](http://uniapp.dcloud.io/manifest)"},"manifest_uni-app-x":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| flex-direction | string | column | uvue页面默认flex排列方向<br/>`row` : 从左到右<br/>`row-reverse` : 从右到左<br/>`column` : 从上到下<br/>`column-reverse` : 与 column 相反 | - |","description":"存在uni-app-x节点则表示为uni-app x项目"},"manifest_app":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| distribute | [distribute 配置项列表](#app-distribute) | - | App端发布配置 | - |","description":"App端(原生App)配置"},"app_distribute":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| syncDebug | boolean | - | 是否为自定义调试基座 | - |\n| icons | [icons 配置项列表](#distribute-icons) | - | iOS、Android应用图标配置。云打包后生效,建议在HBuilderX中 manifest.json 的可视化界面操作,不推荐手动在源码视图中修改。 | - |\n| android | [android 配置项列表](#distribute-android) | - | App-Android端发布配置 | - |\n| ios | [ios 配置项列表](#distribute-ios) | - | IOS配置 | - |","description":"App端发布配置"},"distribute_icons":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| android | [android 配置项列表](#icons-android) | - | Android图标配置 | - |\n| ios | [ios 配置项列表](#icons-ios) | - | iOS图标配置 | - |","description":"iOS、Android应用图标配置。云打包后生效,建议在HBuilderX中 manifest.json 的可视化界面操作,不推荐手动在源码视图中修改。"},"icons_android":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| hdpi | string | - | 高分屏设备程序图标,分辨率要求72x72 | - |\n| xhdpi | string | - | 720P高分屏设备程序图标,分辨率要求96x96 | - |\n| xxhdpi | string | - | 1080P高分屏设备程序图标,分辨率要求144x144 | - |\n| xxxhdpi | string | - | 2K屏设备程序图标,分辨率要求192x192 | - |"},"icons_ios":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| appstore | string | - | 提交app store使用的图标 1024x1024 | - |\n| iphone | [iphone 配置项列表](#ios-iphone) | - | iPhone图标配置 | - |\n| ipad | [ipad 配置项列表](#ios-ipad) | - | iPad图标配置 | - |"},"ios_iphone":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| app@2x | string | - | iOS9.0+ 程序图标(2x) | - |\n| app@3x | string | - | iOS9.0+ 程序图标(3x) | - |\n| spotlight@2x | string | - | iOS9.0+ Spotlight图标(2x) | - |\n| spotlight@3x | string | - | iOS9.0+ Spotlight图标(3x) | - |\n| settings@2x | string | - | iOS9.0+ Settings设置图标(2x) | - |\n| settings@3x | string | - | iOS9.0+ Settings设置图标(3x) | - |\n| notification@2x | string | - | iOS9.0+ 通知栏图标(2x) | - |\n| notification@3x | string | - | iOS9.0+ 通知栏图标(3x) | - |"},"ios_ipad":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| app | string | - | iOS9.0+ 程序图标 | - |\n| app@2x | string | - | iOS9.0+ 程序图标(2x) | - |\n| proapp@2x | string | - | iOS9.0+ 程序图标(3x) | - |\n| spotlight | string | - | iOS9.0+ Spotlight图标 | - |\n| spotlight@2x | string | - | iOS9.0+ Spotlight图标(2x) | - |\n| settings | string | - | iOS9.0+ Settings设置图标 | - |\n| settings@2x | string | - | iOS9.0+ Settings设置图标(2x) | - |\n| notification | string | - | iOS9.0+ 通知栏图标 | - |\n| notification@2x | string | - | iOS9.0+ 通知栏图标(2x) | - |"},"distribute_android":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| minSdkVersion | integer | - | 应用兼容的最低Android版本(API等级);[参考文档](https://uniapp.dcloud.io/tutorial/app-android-minsdkversion) | - |\n| targetSdkVersion | integer | - | 应用适配的目标Android版本(API等级),部分应用市场要求设置较高的targetSdkVersion才能提交审核;[参考文档](https://uniapp.dcloud.io/tutorial/app-android-targetsdkversion) | - |\n| abiFilters | Array\\<'armeabi-v7a' \\| 'arm64-v8a' \\| 'x86' \\| 'x86_64'> | [\"arm64-v8a\",\"x86_64\"\\] | [参考文档](https://uniapp.dcloud.io/tutorial/app-android-abifilters) | - |","description":"App-Android端发布配置"},"distribute_ios":{"table":"| 属性 | 类型 | 默认值 | 描述 | 最低版本 |\n| :- | :- | :- | :- | :- |\n| appid | string | - | iOS Bundle ID | 3.9.0 |"}}
\ No newline at end of file
此差异已折叠。
* [概述](README.md)
* [项目](project.md)
* [项目](project.md)
* 教程
* [与js开发的差别](tutorial/codegap.md)
* [request联网教程](tutorial/request.md)
......@@ -9,7 +9,7 @@
* [条件编译](https://uniapp.dcloud.net.cn/tutorial/platform.html)
* [编译运行环境](https://uniapp.dcloud.net.cn/worktile/running-env.html)
* 全局文件
* [pages.json](https://uniapp.dcloud.net.cn/collocation/pages.html)
* [pages.json](pagesjson.md)
* [main.uts](https://uniapp.dcloud.net.cn/collocation/main.html)
* [app.uvue](https://uniapp.dcloud.net.cn/collocation/App.html)
* [manifest.json](manifest.md)
......
......@@ -18,28 +18,28 @@
* 缺少该节点时,HBuilderX 会把项目识别为 uni-app js引擎版项目(方形项目图标)。
* 含有该节点时,HBuilderX中的项目图标是圆形的。
### UNI-APP-X配置 @m-uni-app-x
### UNI-APP-X配置 @manifest-uni-app-x
<!-- MANIFESTJSON.manifest_uni-app-x.description -->
<!-- MANIFESTJSON.manifest_uni-app-x.table -->
### APP配置 @m-app
### APP配置 @manifest-app
<!-- MANIFESTJSON.manifest_app.description -->
<!-- MANIFESTJSON.manifest_app.table -->
#### DISTRIBUTE配置 @manifest-distribute
#### DISTRIBUTE配置 @app-distribute
<!-- MANIFESTJSON.app_distribute.description -->
<!-- MANIFESTJSON.app_distribute.table -->
##### App端图标配置 @app-icons
##### App端图标配置 @distribute-icons
<!-- MANIFESTJSON.distribute_icons.description -->
......@@ -49,34 +49,34 @@
- App端图片相关配置,建议在HBuilderX中 manifest.json 的可视化界面操作,不推荐手动在源码视图中修改
- manifest中只能配置一个icon。如需在应用发布后动态修改icon,可在插件市场搜索[动态图标插件](https://ext.dcloud.net.cn/search?q=%E5%8A%A8%E6%80%81%E5%9B%BE%E6%A0%87&orderBy=Relevance&cat1=8&cat2=81)
###### Android图标配置 @distribute-android
###### Android图标配置 @icons-android
<!-- MANIFESTJSON.icons_android.description -->
<!-- MANIFESTJSON.icons_android.table -->
###### iOS图标配置 @distribute-ios
###### iOS图标配置 @icons-ios
<!-- MANIFESTJSON.icons_ios.description -->
<!-- MANIFESTJSON.icons_ios.table -->
###### iPhone图标配置 @icons-iphone
###### iPhone图标配置 @ios-iphone
<!-- MANIFESTJSON.ios_iphone.description -->
<!-- MANIFESTJSON.ios_iphone.table -->
###### iPad图标配置 @icons-ipad
###### iPad图标配置 @ios-ipad
<!-- MANIFESTJSON.ios_ipad.description -->
<!-- MANIFESTJSON.ios_ipad.table -->
##### ANDROID配置 @app-android
##### ANDROID配置 @distribute-android
<!-- MANIFESTJSON.distribute_android.description -->
......@@ -87,9 +87,8 @@
- `minSdkVersion` 用于指定应用运行所需最低 API 级别的整数。如果系统的 API 级别低于该属性中指定的值,Android 系统将阻止用户安装应用。
- `targetSdkVersion` 一个用于指定应用的目标 API 级别的整数。如果未设置,其默认值与为 minSdkVersion 指定的值相等。该值用于通知系统,您已针对目标版本进行了测试,并且系统不应通过启用任何兼容性行为,以保持您的应用与目标版本的向前兼容性。
- `minSdkVersion``targetSdkVersion` 设置的值是 API 级别(API Level),完整API级别信息请参考[Android API级别说明](https://developer.android.com/guide/topics/manifest/uses-sdk-element?hl=zh-cn#ApiLevels)
- `keystore``storepwd``aliasname``keypwd`为云端打包证书相关配置,在HBuilderX中提交云端打包时使用,不要手动修改
##### IOS配置 @app-ios
##### IOS配置 @distribute-ios
<!-- MANIFESTJSON.distribute_ios.description -->
......
# pages.json
> 本文暂时只包括 uni-app x 对 pages.json 支持情况。完整配置项详见 [pages.json 页面路由](https://uniapp.dcloud.net.cn/collocation/pages.html)
## 配置项列表
<!-- PAGESJSON.pages.description -->
<!-- PAGESJSON.pages.table -->
<!-- PAGESJSON.pages.compatibility -->
### globalStyle 配置项列表 @pages-globalstyle
<!-- PAGESJSON.pages_globalStyle.description -->
<!-- PAGESJSON.pages_globalStyle.table -->
<!-- PAGESJSON.pages_globalStyle.compatibility -->
#### app-plus 配置项列表 @globalstyle-app-plus
<!-- PAGESJSON.globalStyle_app-plus.description -->
<!-- PAGESJSON.globalStyle_app-plus.table -->
<!-- PAGESJSON.globalStyle_app-plus.compatibility -->
##### titleNView 配置项列表 @app-plus-titlenview
<!-- PAGESJSON.app-plus_titleNView.description -->
<!-- PAGESJSON.app-plus_titleNView.table -->
<!-- PAGESJSON.app-plus_titleNView.compatibility -->
###### PageStyleAppPlusTitleNViewButton 配置项列表 @pagestyleappplustitlenviewbutton
<!-- PAGESJSON.PageStyleAppPlusTitleNViewButton.description -->
<!-- PAGESJSON.PageStyleAppPlusTitleNViewButton.table -->
<!-- PAGESJSON.PageStyleAppPlusTitleNViewButton.compatibility -->
###### searchInput 配置项列表 @titlenview-searchinput
<!-- PAGESJSON.titleNView_searchInput.description -->
<!-- PAGESJSON.titleNView_searchInput.table -->
<!-- PAGESJSON.titleNView_searchInput.compatibility -->
###### backButton 配置项列表 @titlenview-backbutton
<!-- PAGESJSON.titleNView_backButton.description -->
<!-- PAGESJSON.titleNView_backButton.table -->
<!-- PAGESJSON.titleNView_backButton.compatibility -->
##### PageStyleAppPlusSubNVues 配置项列表 @pagestyleappplussubnvues
<!-- PAGESJSON.PageStyleAppPlusSubNVues.description -->
<!-- PAGESJSON.PageStyleAppPlusSubNVues.table -->
<!-- PAGESJSON.PageStyleAppPlusSubNVues.compatibility -->
###### style 配置项列表 @pagestyleappplussubnvues-style
<!-- PAGESJSON.PageStyleAppPlusSubNVues_style.description -->
<!-- PAGESJSON.PageStyleAppPlusSubNVues_style.table -->
<!-- PAGESJSON.PageStyleAppPlusSubNVues_style.compatibility -->
##### pullToRefresh 配置项列表 @app-plus-pulltorefresh
<!-- PAGESJSON.app-plus_pullToRefresh.description -->
<!-- PAGESJSON.app-plus_pullToRefresh.table -->
<!-- PAGESJSON.app-plus_pullToRefresh.compatibility -->
###### contentdown 配置项列表 @pulltorefresh-contentdown
<!-- PAGESJSON.pullToRefresh_contentdown.description -->
<!-- PAGESJSON.pullToRefresh_contentdown.table -->
<!-- PAGESJSON.pullToRefresh_contentdown.compatibility -->
###### contentover 配置项列表 @pulltorefresh-contentover
<!-- PAGESJSON.pullToRefresh_contentover.description -->
<!-- PAGESJSON.pullToRefresh_contentover.table -->
<!-- PAGESJSON.pullToRefresh_contentover.compatibility -->
###### contentrefresh 配置项列表 @pulltorefresh-contentrefresh
<!-- PAGESJSON.pullToRefresh_contentrefresh.description -->
<!-- PAGESJSON.pullToRefresh_contentrefresh.table -->
<!-- PAGESJSON.pullToRefresh_contentrefresh.compatibility -->
#### h5 配置项列表 @globalstyle-h5
<!-- PAGESJSON.globalStyle_h5.description -->
<!-- PAGESJSON.globalStyle_h5.table -->
<!-- PAGESJSON.globalStyle_h5.compatibility -->
##### titleNView 配置项列表 @h5-titlenview
<!-- PAGESJSON.h5_titleNView.description -->
<!-- PAGESJSON.h5_titleNView.table -->
<!-- PAGESJSON.h5_titleNView.compatibility -->
##### pullToRefresh 配置项列表 @h5-pulltorefresh
<!-- PAGESJSON.h5_pullToRefresh.description -->
<!-- PAGESJSON.h5_pullToRefresh.table -->
<!-- PAGESJSON.h5_pullToRefresh.compatibility -->
###### contentdown 配置项列表 @pulltorefresh-contentdown
<!-- PAGESJSON.pullToRefresh_contentdown.description -->
<!-- PAGESJSON.pullToRefresh_contentdown.table -->
<!-- PAGESJSON.pullToRefresh_contentdown.compatibility -->
###### contentover 配置项列表 @pulltorefresh-contentover
<!-- PAGESJSON.pullToRefresh_contentover.description -->
<!-- PAGESJSON.pullToRefresh_contentover.table -->
<!-- PAGESJSON.pullToRefresh_contentover.compatibility -->
###### contentrefresh 配置项列表 @pulltorefresh-contentrefresh
<!-- PAGESJSON.pullToRefresh_contentrefresh.description -->
<!-- PAGESJSON.pullToRefresh_contentrefresh.table -->
<!-- PAGESJSON.pullToRefresh_contentrefresh.compatibility -->
#### mp-alipay 配置项列表 @globalstyle-mp-alipay
<!-- PAGESJSON.globalStyle_mp-alipay.description -->
<!-- PAGESJSON.globalStyle_mp-alipay.table -->
<!-- PAGESJSON.globalStyle_mp-alipay.compatibility -->
#### mp-weixin 配置项列表 @globalstyle-mp-weixin
<!-- PAGESJSON.globalStyle_mp-weixin.description -->
<!-- PAGESJSON.globalStyle_mp-weixin.table -->
<!-- PAGESJSON.globalStyle_mp-weixin.compatibility -->
#### mp-baidu 配置项列表 @globalstyle-mp-baidu
<!-- PAGESJSON.globalStyle_mp-baidu.description -->
<!-- PAGESJSON.globalStyle_mp-baidu.table -->
<!-- PAGESJSON.globalStyle_mp-baidu.compatibility -->
### topWindow 配置项列表 @pages-topwindow
<!-- PAGESJSON.pages_topWindow.description -->
<!-- PAGESJSON.pages_topWindow.table -->
<!-- PAGESJSON.pages_topWindow.compatibility -->
#### matchMedia 配置项列表 @topwindow-matchmedia
<!-- PAGESJSON.topWindow_matchMedia.description -->
<!-- PAGESJSON.topWindow_matchMedia.table -->
<!-- PAGESJSON.topWindow_matchMedia.compatibility -->
### leftWindow 配置项列表 @pages-leftwindow
<!-- PAGESJSON.pages_leftWindow.description -->
<!-- PAGESJSON.pages_leftWindow.table -->
<!-- PAGESJSON.pages_leftWindow.compatibility -->
#### matchMedia 配置项列表 @leftwindow-matchmedia
<!-- PAGESJSON.leftWindow_matchMedia.description -->
<!-- PAGESJSON.leftWindow_matchMedia.table -->
<!-- PAGESJSON.leftWindow_matchMedia.compatibility -->
### rightWindow 配置项列表 @pages-rightwindow
<!-- PAGESJSON.pages_rightWindow.description -->
<!-- PAGESJSON.pages_rightWindow.table -->
<!-- PAGESJSON.pages_rightWindow.compatibility -->
#### matchMedia 配置项列表 @rightwindow-matchmedia
<!-- PAGESJSON.rightWindow_matchMedia.description -->
<!-- PAGESJSON.rightWindow_matchMedia.table -->
<!-- PAGESJSON.rightWindow_matchMedia.compatibility -->
### PagesOptionsPage 配置项列表 @pagesoptionspage
<!-- PAGESJSON.PagesOptionsPage.description -->
<!-- PAGESJSON.PagesOptionsPage.table -->
<!-- PAGESJSON.PagesOptionsPage.compatibility -->
#### style 配置项列表 @pagesoptionspage-style
<!-- PAGESJSON.PagesOptionsPage_style.description -->
<!-- PAGESJSON.PagesOptionsPage_style.table -->
<!-- PAGESJSON.PagesOptionsPage_style.compatibility -->
##### navigationBarShadow 配置项列表 @style-navigationbarshadow
<!-- PAGESJSON.style_navigationBarShadow.description -->
<!-- PAGESJSON.style_navigationBarShadow.table -->
<!-- PAGESJSON.style_navigationBarShadow.compatibility -->
##### app-plus 配置项列表 @style-app-plus
<!-- PAGESJSON.style_app-plus.description -->
<!-- PAGESJSON.style_app-plus.table -->
<!-- PAGESJSON.style_app-plus.compatibility -->
###### titleNView 配置项列表 @app-plus-titlenview
<!-- PAGESJSON.app-plus_titleNView.description -->
<!-- PAGESJSON.app-plus_titleNView.table -->
<!-- PAGESJSON.app-plus_titleNView.compatibility -->
###### PageStyleAppPlusTitleNViewButton 配置项列表 @pagestyleappplustitlenviewbutton
<!-- PAGESJSON.PageStyleAppPlusTitleNViewButton.description -->
<!-- PAGESJSON.PageStyleAppPlusTitleNViewButton.table -->
<!-- PAGESJSON.PageStyleAppPlusTitleNViewButton.compatibility -->
###### searchInput 配置项列表 @titlenview-searchinput
<!-- PAGESJSON.titleNView_searchInput.description -->
<!-- PAGESJSON.titleNView_searchInput.table -->
<!-- PAGESJSON.titleNView_searchInput.compatibility -->
###### backButton 配置项列表 @titlenview-backbutton
<!-- PAGESJSON.titleNView_backButton.description -->
<!-- PAGESJSON.titleNView_backButton.table -->
<!-- PAGESJSON.titleNView_backButton.compatibility -->
###### PageStyleAppPlusSubNVues 配置项列表 @pagestyleappplussubnvues
<!-- PAGESJSON.PageStyleAppPlusSubNVues.description -->
<!-- PAGESJSON.PageStyleAppPlusSubNVues.table -->
<!-- PAGESJSON.PageStyleAppPlusSubNVues.compatibility -->
###### style 配置项列表 @pagestyleappplussubnvues-style
<!-- PAGESJSON.PageStyleAppPlusSubNVues_style.description -->
<!-- PAGESJSON.PageStyleAppPlusSubNVues_style.table -->
<!-- PAGESJSON.PageStyleAppPlusSubNVues_style.compatibility -->
###### pullToRefresh 配置项列表 @app-plus-pulltorefresh
<!-- PAGESJSON.app-plus_pullToRefresh.description -->
<!-- PAGESJSON.app-plus_pullToRefresh.table -->
<!-- PAGESJSON.app-plus_pullToRefresh.compatibility -->
###### contentdown 配置项列表 @pulltorefresh-contentdown
<!-- PAGESJSON.pullToRefresh_contentdown.description -->
<!-- PAGESJSON.pullToRefresh_contentdown.table -->
<!-- PAGESJSON.pullToRefresh_contentdown.compatibility -->
###### contentover 配置项列表 @pulltorefresh-contentover
<!-- PAGESJSON.pullToRefresh_contentover.description -->
<!-- PAGESJSON.pullToRefresh_contentover.table -->
<!-- PAGESJSON.pullToRefresh_contentover.compatibility -->
###### contentrefresh 配置项列表 @pulltorefresh-contentrefresh
<!-- PAGESJSON.pullToRefresh_contentrefresh.description -->
<!-- PAGESJSON.pullToRefresh_contentrefresh.table -->
<!-- PAGESJSON.pullToRefresh_contentrefresh.compatibility -->
##### h5 配置项列表 @style-h5
<!-- PAGESJSON.style_h5.description -->
<!-- PAGESJSON.style_h5.table -->
<!-- PAGESJSON.style_h5.compatibility -->
###### titleNView 配置项列表 @h5-titlenview
<!-- PAGESJSON.h5_titleNView.description -->
<!-- PAGESJSON.h5_titleNView.table -->
<!-- PAGESJSON.h5_titleNView.compatibility -->
###### pullToRefresh 配置项列表 @h5-pulltorefresh
<!-- PAGESJSON.h5_pullToRefresh.description -->
<!-- PAGESJSON.h5_pullToRefresh.table -->
<!-- PAGESJSON.h5_pullToRefresh.compatibility -->
###### contentdown 配置项列表 @pulltorefresh-contentdown
<!-- PAGESJSON.pullToRefresh_contentdown.description -->
<!-- PAGESJSON.pullToRefresh_contentdown.table -->
<!-- PAGESJSON.pullToRefresh_contentdown.compatibility -->
###### contentover 配置项列表 @pulltorefresh-contentover
<!-- PAGESJSON.pullToRefresh_contentover.description -->
<!-- PAGESJSON.pullToRefresh_contentover.table -->
<!-- PAGESJSON.pullToRefresh_contentover.compatibility -->
###### contentrefresh 配置项列表 @pulltorefresh-contentrefresh
<!-- PAGESJSON.pullToRefresh_contentrefresh.description -->
<!-- PAGESJSON.pullToRefresh_contentrefresh.table -->
<!-- PAGESJSON.pullToRefresh_contentrefresh.compatibility -->
##### mp-alipay 配置项列表 @style-mp-alipay
<!-- PAGESJSON.style_mp-alipay.description -->
<!-- PAGESJSON.style_mp-alipay.table -->
<!-- PAGESJSON.style_mp-alipay.compatibility -->
##### mp-weixin 配置项列表 @style-mp-weixin
<!-- PAGESJSON.style_mp-weixin.description -->
<!-- PAGESJSON.style_mp-weixin.table -->
<!-- PAGESJSON.style_mp-weixin.compatibility -->
##### mp-baidu 配置项列表 @style-mp-baidu
<!-- PAGESJSON.style_mp-baidu.description -->
<!-- PAGESJSON.style_mp-baidu.table -->
<!-- PAGESJSON.style_mp-baidu.compatibility -->
### tabBar 配置项列表 @pages-tabbar
<!-- PAGESJSON.pages_tabBar.description -->
<!-- PAGESJSON.pages_tabBar.table -->
<!-- PAGESJSON.pages_tabBar.compatibility -->
#### PagesOptionsTabbarList 配置项列表 @pagesoptionstabbarlist
<!-- PAGESJSON.PagesOptionsTabbarList.description -->
<!-- PAGESJSON.PagesOptionsTabbarList.table -->
<!-- PAGESJSON.PagesOptionsTabbarList.compatibility -->
##### iconfont 配置项列表 @pagesoptionstabbarlist-iconfont
<!-- PAGESJSON.PagesOptionsTabbarList_iconfont.description -->
<!-- PAGESJSON.PagesOptionsTabbarList_iconfont.table -->
<!-- PAGESJSON.PagesOptionsTabbarList_iconfont.compatibility -->
#### midButton 配置项列表 @tabbar-midbutton
<!-- PAGESJSON.tabBar_midButton.description -->
<!-- PAGESJSON.tabBar_midButton.table -->
<!-- PAGESJSON.tabBar_midButton.compatibility -->
### condition 配置项列表 @pages-condition
<!-- PAGESJSON.pages_condition.description -->
<!-- PAGESJSON.pages_condition.table -->
<!-- PAGESJSON.pages_condition.compatibility -->
#### PagesConditionItem 配置项列表 @pagesconditionitem
<!-- PAGESJSON.PagesConditionItem.description -->
<!-- PAGESJSON.PagesConditionItem.table -->
<!-- PAGESJSON.PagesConditionItem.compatibility -->
### PagesSubPackages 配置项列表 @pagessubpackages
<!-- PAGESJSON.PagesSubPackages.description -->
<!-- PAGESJSON.PagesSubPackages.table -->
<!-- PAGESJSON.PagesSubPackages.compatibility -->
#### PagesOptionsPage 配置项列表 @pagesoptionspage
<!-- PAGESJSON.PagesOptionsPage.description -->
<!-- PAGESJSON.PagesOptionsPage.table -->
<!-- PAGESJSON.PagesOptionsPage.compatibility -->
##### style 配置项列表 @pagesoptionspage-style
<!-- PAGESJSON.PagesOptionsPage_style.description -->
<!-- PAGESJSON.PagesOptionsPage_style.table -->
<!-- PAGESJSON.PagesOptionsPage_style.compatibility -->
###### navigationBarShadow 配置项列表 @style-navigationbarshadow
<!-- PAGESJSON.style_navigationBarShadow.description -->
<!-- PAGESJSON.style_navigationBarShadow.table -->
<!-- PAGESJSON.style_navigationBarShadow.compatibility -->
###### app-plus 配置项列表 @style-app-plus
<!-- PAGESJSON.style_app-plus.description -->
<!-- PAGESJSON.style_app-plus.table -->
<!-- PAGESJSON.style_app-plus.compatibility -->
###### titleNView 配置项列表 @app-plus-titlenview
<!-- PAGESJSON.app-plus_titleNView.description -->
<!-- PAGESJSON.app-plus_titleNView.table -->
<!-- PAGESJSON.app-plus_titleNView.compatibility -->
###### PageStyleAppPlusTitleNViewButton 配置项列表 @pagestyleappplustitlenviewbutton
<!-- PAGESJSON.PageStyleAppPlusTitleNViewButton.description -->
<!-- PAGESJSON.PageStyleAppPlusTitleNViewButton.table -->
<!-- PAGESJSON.PageStyleAppPlusTitleNViewButton.compatibility -->
###### searchInput 配置项列表 @titlenview-searchinput
<!-- PAGESJSON.titleNView_searchInput.description -->
<!-- PAGESJSON.titleNView_searchInput.table -->
<!-- PAGESJSON.titleNView_searchInput.compatibility -->
###### backButton 配置项列表 @titlenview-backbutton
<!-- PAGESJSON.titleNView_backButton.description -->
<!-- PAGESJSON.titleNView_backButton.table -->
<!-- PAGESJSON.titleNView_backButton.compatibility -->
###### PageStyleAppPlusSubNVues 配置项列表 @pagestyleappplussubnvues
<!-- PAGESJSON.PageStyleAppPlusSubNVues.description -->
<!-- PAGESJSON.PageStyleAppPlusSubNVues.table -->
<!-- PAGESJSON.PageStyleAppPlusSubNVues.compatibility -->
###### style 配置项列表 @pagestyleappplussubnvues-style
<!-- PAGESJSON.PageStyleAppPlusSubNVues_style.description -->
<!-- PAGESJSON.PageStyleAppPlusSubNVues_style.table -->
<!-- PAGESJSON.PageStyleAppPlusSubNVues_style.compatibility -->
###### pullToRefresh 配置项列表 @app-plus-pulltorefresh
<!-- PAGESJSON.app-plus_pullToRefresh.description -->
<!-- PAGESJSON.app-plus_pullToRefresh.table -->
<!-- PAGESJSON.app-plus_pullToRefresh.compatibility -->
###### contentdown 配置项列表 @pulltorefresh-contentdown
<!-- PAGESJSON.pullToRefresh_contentdown.description -->
<!-- PAGESJSON.pullToRefresh_contentdown.table -->
<!-- PAGESJSON.pullToRefresh_contentdown.compatibility -->
###### contentover 配置项列表 @pulltorefresh-contentover
<!-- PAGESJSON.pullToRefresh_contentover.description -->
<!-- PAGESJSON.pullToRefresh_contentover.table -->
<!-- PAGESJSON.pullToRefresh_contentover.compatibility -->
###### contentrefresh 配置项列表 @pulltorefresh-contentrefresh
<!-- PAGESJSON.pullToRefresh_contentrefresh.description -->
<!-- PAGESJSON.pullToRefresh_contentrefresh.table -->
<!-- PAGESJSON.pullToRefresh_contentrefresh.compatibility -->
###### h5 配置项列表 @style-h5
<!-- PAGESJSON.style_h5.description -->
<!-- PAGESJSON.style_h5.table -->
<!-- PAGESJSON.style_h5.compatibility -->
###### titleNView 配置项列表 @h5-titlenview
<!-- PAGESJSON.h5_titleNView.description -->
<!-- PAGESJSON.h5_titleNView.table -->
<!-- PAGESJSON.h5_titleNView.compatibility -->
###### pullToRefresh 配置项列表 @h5-pulltorefresh
<!-- PAGESJSON.h5_pullToRefresh.description -->
<!-- PAGESJSON.h5_pullToRefresh.table -->
<!-- PAGESJSON.h5_pullToRefresh.compatibility -->
###### contentdown 配置项列表 @pulltorefresh-contentdown
<!-- PAGESJSON.pullToRefresh_contentdown.description -->
<!-- PAGESJSON.pullToRefresh_contentdown.table -->
<!-- PAGESJSON.pullToRefresh_contentdown.compatibility -->
###### contentover 配置项列表 @pulltorefresh-contentover
<!-- PAGESJSON.pullToRefresh_contentover.description -->
<!-- PAGESJSON.pullToRefresh_contentover.table -->
<!-- PAGESJSON.pullToRefresh_contentover.compatibility -->
###### contentrefresh 配置项列表 @pulltorefresh-contentrefresh
<!-- PAGESJSON.pullToRefresh_contentrefresh.description -->
<!-- PAGESJSON.pullToRefresh_contentrefresh.table -->
<!-- PAGESJSON.pullToRefresh_contentrefresh.compatibility -->
###### mp-alipay 配置项列表 @style-mp-alipay
<!-- PAGESJSON.style_mp-alipay.description -->
<!-- PAGESJSON.style_mp-alipay.table -->
<!-- PAGESJSON.style_mp-alipay.compatibility -->
###### mp-weixin 配置项列表 @style-mp-weixin
<!-- PAGESJSON.style_mp-weixin.description -->
<!-- PAGESJSON.style_mp-weixin.table -->
<!-- PAGESJSON.style_mp-weixin.compatibility -->
###### mp-baidu 配置项列表 @style-mp-baidu
<!-- PAGESJSON.style_mp-baidu.description -->
<!-- PAGESJSON.style_mp-baidu.table -->
<!-- PAGESJSON.style_mp-baidu.compatibility -->
### easycom 配置项列表 @pages-easycom
<!-- PAGESJSON.pages_easycom.description -->
<!-- PAGESJSON.pages_easycom.table -->
<!-- PAGESJSON.pages_easycom.compatibility -->
### uniIdRouter 配置项列表 @pages-uniidrouter
<!-- PAGESJSON.pages_uniIdRouter.description -->
<!-- PAGESJSON.pages_uniIdRouter.table -->
<!-- PAGESJSON.pages_uniIdRouter.compatibility -->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册