From fc351cec047706fb8d72154f138aa6acf56b6956 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Wed, 21 Dec 2022 16:29:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(mp-alipay):=20=E6=94=AF=E6=8C=81=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=20mini.project.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/manifest.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/collocation/manifest.md b/docs/collocation/manifest.md index 1d4c392c4..e2c97b258 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -497,6 +497,9 @@ Tips:关于摇树优化(treeShaking)原理及优化结果,参考:[http |mergeVirtualHostAttributes|Boolean|合并组件节点外层属性(目前仅支持 style、class 属性),uni-app 3.5.1+ 开始支持| |lazyCodeLoading|String|是否开启代码按需执行。| +**Tips:** + +可在项目根目录(cli 项目为 src 目录)下创建 mini.project.json 自定义支付宝小程序 mini.project.json 配置。 ### mp-baidu -- GitLab