From 9b60fdb79782c69fd7c69c2315e2038ac7f0f09b Mon Sep 17 00:00:00 2001 From: cxy251 Date: Mon, 30 Jun 2025 20:04:18 +0800 Subject: [PATCH] revert 3_4 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 1963c753..2af3bb90 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -114,7 +114,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": { @@ -127,13 +127,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": [ @@ -144,8 +143,7 @@ "1*1", "6*4", "2*3", - "3*3", - "3*4" + "3*3" ] }, "updateEnabled": { -- Gitee