From f7b2641408c8f68dafc330ee958b354330cd6ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=95=E9=BA=BB=E7=83=A6?= <354431057@qq.com> Date: Sat, 3 Aug 2024 12:34:03 +0000 Subject: [PATCH] add interfaces for live form extensions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 怕麻烦 <354431057@qq.com> --- modulecheck/module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index 20f2d700..3f5b694e 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -944,7 +944,8 @@ "sysPicker/filePicker", "sysPicker/audioPicker", "sys/visualExtension", - "uiService" + "uiService", + "liveForm" ] }, "permissions": { -- Gitee