mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
fix: Manual stage navigation for EN (fix #4874)
I have no clue why having the StartButton1 in the two files (official and YostarEN) does not work. I've tried everything from Ascii, fullMatch, copying the entire task, but nothing worked. This was the only solution I found. Also inverting "Start" with "开始行动" won't make it work in one of the two servers. I've tested in both and it seems to work properly.
This commit is contained in:
@@ -4818,11 +4818,6 @@
|
||||
"Heart of Surging Flame"
|
||||
]
|
||||
},
|
||||
"StartButton1": {
|
||||
"text": [
|
||||
"Start"
|
||||
]
|
||||
},
|
||||
"StartRecruit": {
|
||||
"text": [
|
||||
"Recruit Now"
|
||||
|
||||
@@ -3022,6 +3022,7 @@
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"text": [
|
||||
"Start",
|
||||
"开始行动"
|
||||
],
|
||||
"cache": false,
|
||||
|
||||
Reference in New Issue
Block a user