diff --git a/resource/global/YoStarKR/resource/tasks.json b/resource/global/YoStarKR/resource/tasks.json index e1a79bad1f..6a13a9a718 100644 --- a/resource/global/YoStarKR/resource/tasks.json +++ b/resource/global/YoStarKR/resource/tasks.json @@ -1,4 +1,15 @@ { + "StartUpNotificationKR": { + "doc": "This is a task for handling KR-specific announcements (linked StartUpThemes)", + "action": "ClickSelf", + "algorithm": "OcrDetect", + "text": [ + "알겠습니다" + ], + "next": [ + "StartUpThemes#next" + ] + }, "ClickChapter1": { "text": [ "각성" @@ -2458,6 +2469,19 @@ ] ] }, + "StartUpThemes": { + "next": [ + "GameStart", + "StartUpNotificationKR", + "StartToWakeUp", + "StartToWakeUpOCR", + "StartLoginBServer", + "StartUpConnectingFlag", + "MainThemes#next", + "CloseAnnos#next", + "OfflineConfirm" + ] + }, "StartToWakeUp": { "Doc": "CN서버보다 ROI를 크게 조절하세요", "roi": [ @@ -7281,4 +7305,4 @@ ] ] } -} \ No newline at end of file +}