From 21bb5d3cb455e1d8451e30aba33941378a50b82d Mon Sep 17 00:00:00 2001 From: zy Date: Sat, 28 Jun 2025 12:03:11 +0800 Subject: [PATCH] set startWindowType Signed-off-by: zy --- modulecheck/startWindow.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/modulecheck/startWindow.json b/modulecheck/startWindow.json index 37a21115..c09848f5 100644 --- a/modulecheck/startWindow.json +++ b/modulecheck/startWindow.json @@ -13,7 +13,8 @@ "startWindowBrandingImage", "startWindowBackgroundColor", "startWindowBackgroundImage", - "startWindowBackgroundImageFit" + "startWindowBackgroundImageFit", + "startWindowType" ] }, "properties": { @@ -59,6 +60,16 @@ "None" ], "default": "Cover" + }, + "startWindowType": { + "description": "Indicates that whether to show the startup page. The value is the string", + "type": "string", + "enum": [ + "REQUIRED_SHOW", + "REQUIRED_HIDE", + "OPTIONAL_SHOW" + ], + "default": "REQUIRED_SHOW" } } } \ No newline at end of file -- Gitee