Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
5d159f82
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3180
Star
105
Fork
806
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
93
列表
看板
标记
里程碑
合并请求
68
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
93
Issue
93
列表
看板
标记
里程碑
合并请求
68
合并请求
68
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
5d159f82
编写于
10月 11, 2023
作者:
G
git_robot
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新 maniFestJson.json、pagesJson.json
上级
b892ec3b
变更
2
展开全部
隐藏空白更改
内联
并排
Showing
2 changed file
with
2 addition
and
2 deletion
+2
-2
docs/.vuepress/utils/maniFestJson.json
docs/.vuepress/utils/maniFestJson.json
+1
-1
docs/.vuepress/utils/pagesJson.json
docs/.vuepress/utils/pagesJson.json
+1
-1
未找到文件。
docs/.vuepress/utils/maniFestJson.json
浏览文件 @
5d159f82
{
"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
{
"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 |"
}}
\ No newline at end of file
docs/.vuepress/utils/pagesJson.json
浏览文件 @
5d159f82
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录