mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
fix: 修复剿灭退出时卡在情报汇总的问题
This commit is contained in:
@@ -3751,7 +3751,8 @@
|
||||
"algorithm": "JustReturn",
|
||||
"next": [
|
||||
"ReturnButton",
|
||||
"FromStageSN"
|
||||
"FromStageSN",
|
||||
"FromAnnihilation"
|
||||
]
|
||||
},
|
||||
"ReturnButton": {
|
||||
@@ -3800,6 +3801,25 @@
|
||||
"ReturnButton"
|
||||
]
|
||||
},
|
||||
"FromAnnihilation": {
|
||||
"template": "AnnihilationReturnFlag.png",
|
||||
"action": "ClickRect",
|
||||
"roi": [
|
||||
100,
|
||||
20,
|
||||
400,
|
||||
250
|
||||
],
|
||||
"specificRect": [
|
||||
0,
|
||||
0,
|
||||
90,
|
||||
720
|
||||
],
|
||||
"next": [
|
||||
"ReturnButton"
|
||||
]
|
||||
},
|
||||
"ReturnConfirm": {
|
||||
"template": "PopupConfirm.png",
|
||||
"action": "ClickSelf",
|
||||
|
||||
BIN
resource/template/AnnihilationReturnFlag.png
Normal file
BIN
resource/template/AnnihilationReturnFlag.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Reference in New Issue
Block a user