提交 a36e0fdc 编写于 作者: DCloud-yyl's avatar DCloud-yyl

uni-app x: update manifest.md

......@@ -4,13 +4,13 @@
## 配置项列表
|属性 |类型 |默认值 |描述 |最低版本 |
|:- |:- |:- |:- |:- |
|name |String |- |应用名称 | |
|appid |String |- |应用标识,新建项目时DCloud云端分配 | |
|description|String |- |应用描述 | |
|versionName|String |- |版本名称,例如:1.0.0 | |
|versionCode|String |- |版本号,仅包含数字字符,例如:100 | |
|uni-app-x |[UNI-APP-X配置](#uniappx) |- |uni-app x项目配置 | |
|app |[APP配置](#app) |- |App项目(原生App端)配置 | |
|name |String |- |应用名称 |3.9.0 |
|appid |String |- |应用标识,新建项目时DCloud云端分配 |3.9.0 |
|description|String |- |应用描述 |3.9.0 |
|versionName|String |- |版本名称,例如:1.0.0 |3.9.0 |
|versionCode|String |- |版本号,仅包含数字字符,例如:100 |3.9.0 |
|uni-app-x |[UNI-APP-X配置](#uniappx) |- |uni-app x项目配置 |3.9.0 |
|app |[APP配置](#app) |- |App项目(原生App端)配置 |3.9.0 |
**注意**
- `appid` 由 DCloud 云端分配,主要用于 DCloud 相关的云服务,请勿自行修改。[详见](https://ask.dcloud.net.cn/article/35907)
......@@ -22,8 +22,7 @@
|属性 |类型 |默认值 |描述 |最低版本 |
|:- |:- |:- |:- |:- |
|singleThread |Boolean |true |是否为单线程模式 | |
|flex-direction |String |column |uvue页面默认flex排列方向,可取值:row:从左到右; row-reverse:从右到左;column:从上到下;column-reverse:与 column 相反| |
|flex-direction |String |column |uvue页面默认flex排列方向,可取值:row:从左到右; row-reverse:从右到左;column:从上到下;column-reverse:与 column 相反|3.9.0 |
### APP配置@app
......@@ -31,7 +30,7 @@ App端(原生App)配置
|属性 |类型 |默认值 |描述 |最低版本 |
|:- |:- |:- |:- |:- |
|distribute |[DISTRIBUTE配置](#distribute) |- |App端发布配置 | |
|distribute |[DISTRIBUTE配置](#distribute) |- |App端发布配置 |3.9.0 |
### DISTRIBUTE配置@distribute
......@@ -39,9 +38,9 @@ App端发布配置
|属性 |类型 |默认值 |描述 |最低版本 |
|:- |:- |:- |:- |:- |
|syncDebug |Boolean |false |是否为自定义调试基座 | |
|android |[ANDROID配置](#android) |- |App-Android端发布配置 | |
|ios |[IOS配置](#ios) |- |App-iOS端发布配置 | |
|syncDebug |Boolean |false |是否为自定义调试基座 |3.9.0 |
|android |[ANDROID配置](#android) |- |App-Android端发布配置 |3.9.0 |
|ios |[IOS配置](#ios) |- |App-iOS端发布配置 |3.9.0 |
### ANDROID配置@android
......@@ -49,14 +48,14 @@ App-Android端发布配置
|属性 |类型 |默认值 |描述 |最低版本 |
|:- |:- |:- |:- |:- |
|packagename |String |- |Android包名 | |
|keystore |String |- |证书库文件路径,相对于.manifest目录 | |
|storepwd |String |- |证书库文件密码 | |
|aliasname |String |- |证书别名 | |
|keypwd |String |- |证书密码 | |
|abiFilters |Array<String> |- |支持的CPU类型 | |
|minSdkVersion |String |- |最低Android版本(Android API Level)| |
|targetSdkVersion |String |- |目标版本(Android API Level) | |
|packagename |String |- |Android包名 |3.9.0 |
|keystore |String |- |证书库文件路径,相对于.manifest目录 |3.9.0 |
|storepwd |String |- |证书库文件密码 |3.9.0 |
|aliasname |String |- |证书别名 |3.9.0 |
|keypwd |String |- |证书密码 |3.9.0 |
|abiFilters |Array<String> |- |支持的CPU类型 |3.9.0 |
|minSdkVersion |String |- |最低Android版本(Android API Level)|3.9.0 |
|targetSdkVersion |String |- |目标版本(Android API Level) |3.9.0 |
**注意**
- `minSdkVersion` 用于指定应用运行所需最低 API 级别的整数。如果系统的 API 级别低于该属性中指定的值,Android 系统将阻止用户安装应用。
......@@ -70,7 +69,7 @@ App-iOS端发布配置
|属性 |类型 |默认值 |描述 |最低版本 |
|:- |:- |:- |:- |:- |
|appid |String |- |iOS Bundle ID | |
|appid |String |- |iOS Bundle ID |3.9.0 |
## 示例
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部