From 7f0836f4326136c52fc2296fbe529fd7225f2fd6 Mon Sep 17 00:00:00 2001 From: sunxuhui Date: Wed, 25 Dec 2024 11:30:47 +0800 Subject: [PATCH] add startWindow to module.json Signed-off-by: sunxuhui --- modulecheck/module.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modulecheck/module.json b/modulecheck/module.json index d6842f79..8d098328 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -353,6 +353,7 @@ "skills", "backgroundModes", "continuable", + "startWindow", "startWindowIcon", "startWindowBackground", "removeMissionAfterTerminate", @@ -637,6 +638,12 @@ "description": "Identifies whether the ability can be migrated. The default value is false.", "type": "boolean" }, + "startWindow": { + "description": "Indicates the startup page configuration. The value is the index to the resource file.", + "type": "string", + "pattern": "^[$]profile:[0-9a-zA-Z_.]+$", + "maxLength": 255 + }, "startWindowIcon": { "description": "Indicates the icon of the startup page. The value is the index to the resource file.", "type": "string", -- Gitee