From 54671a41824cc9bd063657c6d72c7eec31d54242 Mon Sep 17 00:00:00 2001 From: yecong2332 Date: Wed, 20 Aug 2025 09:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=90=AF=E5=8A=A8=E9=A1=B5?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E9=A2=9C=E8=89=B2=E6=A8=A1=E5=BC=8F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yecong2332 --- modulecheck/startWindow.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/modulecheck/startWindow.json b/modulecheck/startWindow.json index c09848f5..79ede085 100644 --- a/modulecheck/startWindow.json +++ b/modulecheck/startWindow.json @@ -14,7 +14,8 @@ "startWindowBackgroundColor", "startWindowBackgroundImage", "startWindowBackgroundImageFit", - "startWindowType" + "startWindowType", + "startWindowColorModeType" ] }, "properties": { @@ -70,6 +71,15 @@ "OPTIONAL_SHOW" ], "default": "REQUIRED_SHOW" + }, + "startWindowColorModeType": { + "description": "Indicates that color mode type of the startup page. The value is the string", + "type": "string", + "enum": [ + "FOLLOW_SYSTEM", + "FOLLOW_APPLICATION" + ], + "default": "FOLLOW_SYSTEM" } } } \ No newline at end of file -- Gitee