mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix: 修复保全CheckIfStartOver卡住问题
This commit is contained in:
@@ -8932,6 +8932,19 @@
|
||||
"Stop"
|
||||
]
|
||||
},
|
||||
"NormalBattleAbandon": {
|
||||
"action": "ClickSelf",
|
||||
"roi": [
|
||||
791,
|
||||
497,
|
||||
313,
|
||||
157
|
||||
],
|
||||
"next": [
|
||||
"NormalBattleAbandon",
|
||||
"Stop"
|
||||
]
|
||||
},
|
||||
"RoguelikeBattleExitBegin": {
|
||||
"action": "ClickSelf",
|
||||
"roi": [
|
||||
@@ -8946,7 +8959,8 @@
|
||||
],
|
||||
"next": [
|
||||
"RoguelikeBattleAbandon",
|
||||
"RoguelikeBattleExitBegin"
|
||||
"RoguelikeBattleExitBegin",
|
||||
"NormalBattleAbandon"
|
||||
]
|
||||
},
|
||||
"RoguelikeBattleSpeedUp": {
|
||||
|
||||
BIN
resource/template/NormalBattleAbandon.png
Normal file
BIN
resource/template/NormalBattleAbandon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user