mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix: 修复紧急作战刷新次数达到上限后卡死的问题
This commit is contained in:
@@ -10192,7 +10192,10 @@
|
||||
"templThreshold": 0.9,
|
||||
"postDelay": 500,
|
||||
"roi": [790, 130, 60, 144],
|
||||
"next": ["Sarkaz@Roguelike@StageRefreshConfirm"]
|
||||
"next": [
|
||||
"Sarkaz@Roguelike@StageRefreshConfirm",
|
||||
"Sarkaz@Roguelike@StageRefreshUpperLimit"
|
||||
]
|
||||
},
|
||||
"Sarkaz@Roguelike@StageRefreshClickLeft": {
|
||||
"action": "ClickRect",
|
||||
@@ -10217,6 +10220,13 @@
|
||||
"specificRect": [1100, 558, 111, 50],
|
||||
"next": ["Sarkaz@Roguelike@QuickFormation"]
|
||||
},
|
||||
"Sarkaz@Roguelike@StageRefreshUpperLimit": {
|
||||
"action": "ClickRect",
|
||||
"templThreshold": 0.9,
|
||||
"roi": [901, 24, 379, 186],
|
||||
"specificRect": [1100, 558, 111, 50],
|
||||
"next": ["Sarkaz@Roguelike@QuickFormation"]
|
||||
},
|
||||
"Sarkaz@Roguelike@StageSafeHouse": {
|
||||
"templThreshold": 0.95
|
||||
},
|
||||
|
||||
BIN
resource/template/Sarkaz@Roguelike@StageRefreshUpperLimit.png
Normal file
BIN
resource/template/Sarkaz@Roguelike@StageRefreshUpperLimit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Reference in New Issue
Block a user