From b10a7f9d26d26392e641de692182839a9f023b57 Mon Sep 17 00:00:00 2001 From: zhangyuhang72 Date: Mon, 25 Aug 2025 18:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E6=A1=86=E6=9E=B6=E6=96=B0?= =?UTF-8?q?=E5=A2=9EschedulerPhase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangyuhang72 Change-Id: If6ea7bbacacb77aecaa8662e9c6159f14e28b458 --- modulecheck/appStartup.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/modulecheck/appStartup.json b/modulecheck/appStartup.json index ab2bafee..75e399e2 100644 --- a/modulecheck/appStartup.json +++ b/modulecheck/appStartup.json @@ -28,7 +28,8 @@ "excludeFromAutoStart", "runOnThread", "waitOnMainThread", - "matchRules" + "matchRules", + "schedulerPhase" ] }, "required": [ @@ -120,6 +121,15 @@ } } } + }, + "schedulerPhase": { + "description": "Indicates the running phase of the startup task.", + "type": "string", + "enum": [ + "preAbilityStageLoad", + "postAbilityStageLoad" + ], + "default": "postAbilityStageLoad" } } } -- Gitee