From 35ce657774fa66498fde92d20b1a6b405bdf2050 Mon Sep 17 00:00:00 2001 From: lanhaoyu Date: Thu, 8 May 2025 10:19:29 +0800 Subject: [PATCH] new fields Signed-off-by: lanhaoyu --- modulecheck/shortcuts.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modulecheck/shortcuts.json b/modulecheck/shortcuts.json index a4b85883..e5475464 100644 --- a/modulecheck/shortcuts.json +++ b/modulecheck/shortcuts.json @@ -22,6 +22,7 @@ "shortcutId", "label", "icon", + "visible", "wants" ] }, @@ -45,6 +46,11 @@ "type": "string", "pattern": "^[$]media:" }, + "visible": { + "description": "Whether the shortcut is displayed, true indicates display, false indicates unreality, default indicates display.", + "type": "boolean", + "default": true + }, "wants": { "description": "Indicates the wants to which the shortcut points. The attribute consists of the targetClass and targetBundle sub-attributes.", "type": "array", -- Gitee