fix: 修复紧急作战刷新次数达到上限后卡死的问题

This commit is contained in:
DavidWang19
2024-07-21 04:50:18 +01:00
parent 984f09872a
commit 2cbc61b085
2 changed files with 11 additions and 1 deletions

View File

@@ -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
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB