From bed3cca395f1712319e4c3388f9170946226b12e Mon Sep 17 00:00:00 2001 From: 18729211805 Date: Tue, 25 Jun 2024 11:02:34 +0800 Subject: [PATCH] =?UTF-8?q?add=201*3=E3=80=812*3=E3=80=813*3=20formDimensi?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 18729211805 Signed-off-by: hqliuzhenghong@h-partners.com --- modulecheck/forms.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 9d615ce3..7bbdfa75 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -109,7 +109,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\" and cannot be default. 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": { @@ -120,12 +120,14 @@ "2*4", "4*4", "1*1", - "6*4" + "6*4", + "2*3", + "3*3" ] } }, "defaultDimension": { - "description": "This label identifies the default appearance specifications of the card.", + "description": "This label identifies the default appearance specifications of the card. \"2*3\", \"3*3\" used for wearable devices.", "type": "string", "uniqueItems": true, "enum": [ @@ -134,7 +136,9 @@ "2*4", "4*4", "1*1", - "6*4" + "6*4", + "2*3", + "3*3" ] }, "updateEnabled": { -- Gitee