diff --git a/docs/collocation/manifest.md b/docs/collocation/manifest.md index a050f52a68095369c703b9e7aff0ff868315e8a1..5331da38984d710c72a56bc43cf6692e9029c9d4 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -23,6 +23,7 @@ |mp-toutiao|Object||[字节跳动小程序特有配置](/collocation/manifest?id=mp-toutiao)|1.6.0| |mp-lark|Object||[飞书小程序特有配置](/collocation/manifest?id=mp-lark)|3.2.12| |mp-qq|Object||[qq 小程序特有配置](/collocation/manifest?id=mp-qq)|2.1.0| + **Tips** - uni-app 的 `appid` 由 DCloud 云端分配,主要用于 DCloud 相关的云服务,请勿自行修改。[详见](https://ask.dcloud.net.cn/article/35907) @@ -371,6 +372,8 @@ Tips:关于摇树优化(treeShaking)原理及优化结果,参考:[http |cloudfunctionRoot|String| 配置云开发目录,参考[setting](/collocation/manifest?id=cloudfunctionRoot)| |uniStatistics|Object|[微信小程序是否开启 uni 统计,配置方法同全局配置](/collocation/manifest?id=uniStatistics)| |scopedSlotsCompiler|String|作用域插槽编译模式,HBuilderX 3.1.19+ 开始支持,可选:legacy、auto、augmented,默认:auto| +|embeddedAppIdList|Array|要半屏跳转的小程序appid。[详见](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html)| + #### setting