fix: handling KR-specific announcements (#9177)

fix #9175

created task on YoStarKR, since the announcement does not appear on other servers.
Adding a new task shouldn't be a problem, right?
This commit is contained in:
HX3N
2024-05-23 16:45:20 +09:00
committed by GitHub
parent b05332fd04
commit b79e3e7516

View File

@@ -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 @@
]
]
}
}
}