From d36e2770e69f77f2e48687006226aa4cca5982d3 Mon Sep 17 00:00:00 2001 From: kunge-hub Date: Wed, 1 Nov 2023 15:11:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=87=E8=A7=84=E6=A0=BC=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E9=94=81=E5=B1=8F=E5=B0=BA=E5=AF=B8,form=5Fconfig.jso?= =?UTF-8?q?n=E5=AD=97=E6=AE=B5=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kunge-hub --- modulecheck/forms.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 827f3a50..bb00a972 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -94,7 +94,7 @@ "default": "auto" }, "supportDimensions": { - "description": "This label identifies the card appearance specification. The value is \"1*2\", \" 2*2\", \"2*4\", \"4*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\", and cannot be default. At least one card specification must be specified when defining a card.", "type": "array", "uniqueItems": true, "items": { @@ -103,7 +103,8 @@ "1*2", "2*2", "2*4", - "4*4" + "4*4", + "1*1" ] } }, -- Gitee