From 20867e2f4e26b5c32749bc28da530e829e45e0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9C=A8=E5=AD=90?= <13940368937@163.com> Date: Sat, 3 Aug 2024 19:52:47 +0800 Subject: [PATCH] add interface for live form extensions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李木子 <13940368937@163.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