mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
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:
@@ -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 @@
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user