From f1db1c1ff1fbfa66d49d5f4562620c8a5a11c856 Mon Sep 17 00:00:00 2001 From: zhangdezhou Date: Thu, 5 Jun 2025 10:05:23 +0800 Subject: [PATCH] add form's overflow animation feature support Signed-off-by: zhangdezhou --- modulecheck/forms.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index eae7abbc..7c07e13d 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -322,6 +322,9 @@ "keepStateDuration" ] }, + "required": [ + "targetBundleName" + ], "properties": { "abilityName": { "description": "The ability name of the fun interaction form.", @@ -356,6 +359,9 @@ "disabledDesktopBehaviors" ] }, + "required": [ + "abilityName" + ], "properties": { "abilityName": { "description": "The ability name of the scene animation form.", -- Gitee