From 5dfcb70ae2eee9c0bd37cf3a96aae681049da75a Mon Sep 17 00:00:00 2001 From: anne-lxm <1076217653@qq.com> Date: Wed, 10 Aug 2022 20:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BE=E5=BA=A6=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=96=B0=E5=A2=9EdynamicLib=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/manifest.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/collocation/manifest.md b/docs/collocation/manifest.md index 21b7b25d0..5dd180d83 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -497,6 +497,7 @@ Tips:关于摇树优化(treeShaking)原理及优化结果,参考:[http |optimization|Object| 对百度小程序的优化配置 | |uniStatistics|Object|[百度小程序是否开启 uni 统计,配置方法同全局配置](/collocation/manifest?id=uniStatistics)| |scopedSlotsCompiler|String|Vue2 作用域插槽编译模式,uni-app 3.1.19+ 开始支持,可选:legacy、auto、augmented,默认:auto| +|dynamicLib|Object|引入动态库,详情请参考[使用动态库](https://smartprogram.baidu.com/docs/develop/framework/dynamiclib_use/)| #### optimization -- GitLab