fix: 自动战斗借非好友助战在关卡结束后卡在加好友界面

This commit is contained in:
uye
2025-12-13 03:11:27 +08:00
parent 09f653ad5c
commit f0c953d8cd

View File

@@ -1458,7 +1458,7 @@
"action": "ClickRect",
"Doc": "点击屏幕右边,不会点到掉落物品,且不会关掉关卡选择的一块区域",
"Doc2": "在比较卡的时候点击屏幕,或是在升级时点击屏幕以进入到结算界面,最多 5 次,间隔 3s",
"specificRect": [1000, 120, 270, 10],
"specificRect": [1000, 100, 270, 10],
"maxTimes": 5,
"postDelay": 3000,
"next": ["EndOfAction", "(ClickCorner + WaitAfterPRTS + StartUpThemes)#next ^ #self", "#self"],
@@ -3712,7 +3712,7 @@
"EndOfPlot": {
"roi": [520, 0, 243, 206],
"action": "ClickRect",
"specificRect": [1000, 120, 270, 10],
"specificRect": [1000, 100, 270, 10],
"next": ["ClickStageName"]
},
"SkipForbiddenOperConfirm": {
@@ -4650,13 +4650,13 @@
"ClickCornerUntilStartButton": {
"algorithm": "JustReturn",
"action": "ClickRect",
"specificRect": [1000, 120, 270, 10],
"specificRect": [1000, 100, 270, 10],
"next": ["BattleStartPreFlag", "ClickCornerUntilStartButton"]
},
"ClickCornerUntilReturnButton": {
"algorithm": "JustReturn",
"action": "ClickRect",
"specificRect": [1000, 120, 270, 10],
"specificRect": [1000, 100, 270, 10],
"next": ["ParadoxReturnFlag", "ClickCornerUntilReturnButton"]
},
"ParadoxReturnFlag": {