From 83c04d9dd89dbfd834efa87e7351d77ca9f25a39 Mon Sep 17 00:00:00 2001 From: lanhaoyu Date: Wed, 16 Apr 2025 11:09:13 +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