From f9b79347401ab372f2c6da58aee6ff22b447b04c Mon Sep 17 00:00:00 2001 From: zhangxx_z30070453 Date: Wed, 8 Jan 2025 21:48:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=94=AF=E6=8C=81=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=E6=B8=B2=E6=9F=93=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangxx_z30070453 --- modulecheck/forms.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index f3bb7d17..de8a1716 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -41,7 +41,8 @@ "metadata", "fontScaleFollowSystem", "supportShapes", - "previewImages" + "previewImages", + "renderingMode" ] }, "required": [ @@ -193,6 +194,16 @@ } } }, + "renderingMode": { + "description": "Indicates the renderingMode of card.", + "type": "string", + "enum": [ + "autoColor", + "fullColor", + "singleColor" + ], + "default": "fullColor" + }, "formConfigAbility": { "description": "Indicates the name of the facility or activity for card adjustment.", "type": "string", -- Gitee