From e39c2727fc8b03bccc42cb9344342e193fda98d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=BC=E7=A5=9E=E4=B8=8D=E6=92=92=E6=97=A6?= Date: Thu, 9 Jan 2025 13:34:25 +0000 Subject: [PATCH 1/2] update modulecheck/forms.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 眼神不撒旦 --- modulecheck/forms.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index f3bb7d17..42029d3f 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -34,11 +34,13 @@ "isDefault", "updateEnabled", "scheduledUpdateTime", + "multiScheduledUpdateTime", "updateDuration", "defaultDimension", "supportDimensions", "dataProxyEnabled", "metadata", + "conditionUpdate", "fontScaleFollowSystem", "supportShapes", "previewImages" @@ -151,6 +153,11 @@ "type": "string", "pattern": "^(([0-1][0-9])|([2][0-3]))[:]+([0-5][0-9])$" }, + "multiScheduledUpdateTime": { + "description": "Indicates the time when a card is refreshed at a fixed time. The value is counted in 24 hours, accurate to minute. This tag can be set to the default value.", + "type": "string", + "pattern": "^(?:([01][0-9]|2[0-3]):([0-5][0-9]))(?:,(?:([01][0-9]|2[0-3]):([0-5][0-9])))*$" + }, "updateDuration": { "description": "This tag identifies the update frequency of the card. The unit is 30 minutes. The value is a multiple of 30. The maximum frequency of a card is refreshed every 30 minutes. You can select either refresh or refresh at a fixed point. If both are configured, the card is refreshed at a scheduled time. This label is an integer.", "type": "integer", @@ -193,6 +200,16 @@ } } }, + "conditionUpdate": { + "description": "This label identifies the card update by condition.", + "type": "array", + "items": { + "type": "string", + "enum": [ + "network" + ] + } + }, "formConfigAbility": { "description": "Indicates the name of the facility or activity for card adjustment.", "type": "string", -- Gitee From 44cad512945257823a807904af4b6fc4d0858381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=BC=E7=A5=9E=E4=B8=8D=E6=92=92=E6=97=A6?= Date: Sat, 11 Jan 2025 02:28:16 +0000 Subject: [PATCH 2/2] update modulecheck/forms.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 眼神不撒旦 --- modulecheck/forms.json | 1 + 1 file changed, 1 insertion(+) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 42029d3f..1bba606b 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -156,6 +156,7 @@ "multiScheduledUpdateTime": { "description": "Indicates the time when a card is refreshed at a fixed time. The value is counted in 24 hours, accurate to minute. This tag can be set to the default value.", "type": "string", + "maxLength": 145, "pattern": "^(?:([01][0-9]|2[0-3]):([0-5][0-9]))(?:,(?:([01][0-9]|2[0-3]):([0-5][0-9])))*$" }, "updateDuration": { -- Gitee