From dbce55fa86d7b3d93a2a5e65524c0cc43d88d96f Mon Sep 17 00:00:00 2001 From: cxy251 Date: Sat, 5 Jul 2025 13:49:22 +0800 Subject: [PATCH] sync0328 Signed-off-by: cxy251 --- modulecheck/forms.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index a3943553..fb88edd5 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -116,7 +116,7 @@ "default": "auto" }, "supportDimensions": { - "description": "This label identifies the card appearance specification. The value is \"1*2\", \" 2*2\", \"2*4\", \"4*4\", \"1*1\", \"6*4\", \"2*3\", \"3*3\" and cannot be default. \"2*3\", \"3*3\" used for wearable devices and \"3*4\" used for tv devices. At least one card specification must be specified when defining a card.", + "description": "This label identifies the card appearance specification. The value is \"1*2\", \" 2*2\", \"2*4\", \"4*4\", \"1*1\", \"6*4\", \"2*3\", \"3*3\" and cannot be default. \"2*3\", \"3*3\" used for wearable devices. At least one card specification must be specified when defining a card.", "type": "array", "uniqueItems": true, "items": { @@ -129,13 +129,12 @@ "1*1", "6*4", "2*3", - "3*3", - "3*4" + "3*3" ] } }, "defaultDimension": { - "description": "This label identifies the default appearance specifications of the card. \"2*3\", \"3*3\" used for wearable devices and \"3*4\" used for tv devices.", + "description": "This label identifies the default appearance specifications of the card. \"2*3\", \"3*3\" used for wearable devices.", "type": "string", "uniqueItems": true, "enum": [ @@ -146,8 +145,7 @@ "1*1", "6*4", "2*3", - "3*3", - "3*4" + "3*3" ] }, "updateEnabled": { -- Gitee