From 00353bef3054ca5e7e50a11d5cb44a22b6e69c6c Mon Sep 17 00:00:00 2001 From: fxy060608 <153647646@qq.com> Date: Thu, 7 Nov 2024 20:53:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(mp-weixin):=20=E5=90=AF=E7=94=A8=E5=88=86?= =?UTF-8?q?=E6=A0=8F=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6d120344..7ba15b91 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,9 @@ "setting": { "urlCheck": false }, - "usingComponents": true + "usingComponents": true, + "resizable": true, + "frameset": true }, "mp-alipay": { "usingComponents": true -- GitLab