Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
d03a273d
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3172
Star
105
Fork
804
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
93
列表
看板
标记
里程碑
合并请求
67
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
93
Issue
93
列表
看板
标记
里程碑
合并请求
67
合并请求
67
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
d03a273d
编写于
7月 20, 2022
作者:
study夏羽
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
新增lazyCodeLoading配置项
上级
c1fc6691
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
10 addition
and
7 deletion
+10
-7
docs/collocation/manifest.md
docs/collocation/manifest.md
+10
-7
未找到文件。
docs/collocation/manifest.md
浏览文件 @
d03a273d
...
...
@@ -418,6 +418,7 @@ Tips:关于摇树优化(treeShaking)原理及优化结果,参考:[http
|mergeVirtualHostAttributes|Boolean|合并组件
[
虚拟节点
](
/tutorial/vue-api.html#%E5%85%B6%E4%BB%96%E9%85%8D%E7%BD%AE
)
外层属性(目前仅支持 style、class 属性),uni-app 3.5.1+ 开始支持|
|embeddedAppIdList|Array|要半屏跳转的小程序appid。
[
详见
](
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html
)
|
|requiredPrivateInfos|Array|地理位置相关接口。
[
详见
](
https://developers.weixin.qq.com/community/develop/doc/000a02f2c5026891650e7f40351c01
)
|
|lazyCodeLoading|String| 目前仅支持值 requiredComponents,代表开启小程序
[
按需注入
](
https://developers.weixin.qq.com/miniprogram/dev/framework/ability/lazyload.html#%E6%8C%89%E9%9C%80%E6%B3%A8%E5%85%A5
)
特性,
[
详见
](
https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html#lazyCodeLoading
)
|
#### setting
...
...
@@ -471,17 +472,19 @@ Tips:关于摇树优化(treeShaking)原理及优化结果,参考:[http
### mp-alipay
|属性
|类型 |说明
|
|:-
|:- |:-
|
|plugins |Object |使用到的插件,
[
详见
](
https://opendocs.alipay.com/mini/plugin/plugin-usage
)
|
|属性
|类型 |说明
|
|:-
|:- |:-
|
|plugins |Object |使用到的插件,
[
详见
](
https://opendocs.alipay.com/mini/plugin/plugin-usage
)
|
|component2 |Boolean| 是否启用
`component2`
编译,默认为true,
[
查看详情
](
https://docs.alipay.com/mini/framework/custom-component-overview
)
|
|enableAppxNg |Boolean| 是否启用
`enableAppxNg`
小程序基础库 2.x 构建,默认为true,
[
查看详情
](
https://opendocs.alipay.com/mini/framework/project
)
,HBuilderX 3.2.10+ |
|axmlStrictCheck |Boolean| 是否启用
`axml`
严格语法检查,默认为false
|
|enableParallelLoader |Boolean| 是否启用多进程编译,默认为false
|
|enableDistFileMinify |Boolean| 是否压缩编译产物(仅在真机预览/真机调试时生效),默认为false
|
|uniStatistics |Object |
[
支付宝小程序是否开启 uni 统计,配置方法同全局配置
](
/collocation/manifest?id=uniStatistics
)
|
|axmlStrictCheck |Boolean| 是否启用
`axml`
严格语法检查,默认为false |
|enableParallelLoader |Boolean| 是否启用多进程编译,默认为false |
|enableDistFileMinify |Boolean| 是否压缩编译产物(仅在真机预览/真机调试时生效),默认为false |
|uniStatistics |Object |
[
支付宝小程序是否开启 uni 统计,配置方法同全局配置
](
/collocation/manifest?id=uniStatistics
)
|
|scopedSlotsCompiler|String|Vue2 作用域插槽编译模式,uni-app 3.1.19+ 开始支持,可选:legacy、auto、augmented,默认:auto|
|mergeVirtualHostAttributes|Boolean|合并组件节点外层属性(目前仅支持 style、class 属性),uni-app 3.5.1+ 开始支持|
|lazyCodeLoading|String|是否开启代码按需执行。|
### mp-baidu
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录