From b5b9531cf96617dc9c78a2413235f9d803d94b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=B7=A6?= Date: Wed, 26 Feb 2025 02:05:15 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80shortcutId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赵淦 --- modulecheck/shortcuts.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modulecheck/shortcuts.json b/modulecheck/shortcuts.json index 6ee9af98..a4b85883 100644 --- a/modulecheck/shortcuts.json +++ b/modulecheck/shortcuts.json @@ -32,8 +32,7 @@ "shortcutId": { "description": "Identifies a shortcut. The value is a string with a maximum of 63 bytes.", "type": "string", - "maxLength": 63, - "pattern": "^[^$].*" + "maxLength": 63 }, "label": { "description": "Indicates the label of the shortcut, that is, the text description displayed by the shortcut. The value can be a string or a resource index to description. A string can contain a maximum of 63 bytes. If the value exceeds 63 bytes, use the resource index.", -- Gitee