From 372e6d76e303c9371201b4df1a076c3f2d5e6f0c Mon Sep 17 00:00:00 2001 From: sunhufei Date: Fri, 7 Mar 2025 23:17:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=A1=86=E6=9E=B6?= =?UTF-8?q?=E9=80=82=E9=85=8Dtv=E8=AE=BE=E5=A4=87=E4=B8=8A3*4=E5=8D=A1?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sunhufei --- modulecheck/forms.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 2af3bb90..682fcfd2 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. 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 and \"3*3\" used for tv devices. At least one card specification must be specified when defining a card.", "type": "array", "uniqueItems": true, "items": { @@ -127,12 +127,13 @@ "1*1", "6*4", "2*3", - "3*3" + "3*3", + "3*4" ] } }, "defaultDimension": { - "description": "This label identifies the default appearance specifications of the card. \"2*3\", \"3*3\" used for wearable devices.", + "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.", "type": "string", "uniqueItems": true, "enum": [ @@ -143,7 +144,8 @@ "1*1", "6*4", "2*3", - "3*3" + "3*3", + "3*4" ] }, "updateEnabled": { -- Gitee From a5828748d97082b102b4146c61703fa8aac73811 Mon Sep 17 00:00:00 2001 From: sunhufei Date: Fri, 14 Mar 2025 06:09:21 +0000 Subject: [PATCH 2/2] update modulecheck/forms.json. Signed-off-by: sunhufei --- modulecheck/forms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 682fcfd2..1963c753 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*3\" 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 and \"3*4\" used for tv devices. At least one card specification must be specified when defining a card.", "type": "array", "uniqueItems": true, "items": { -- Gitee