Skip to content

Commit 1bace8b

Browse files
fix: 无法关闭活动关卡界面
1 parent 711a0e3 commit 1bace8b

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

assets/interface.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3161,6 +3161,7 @@
31613161
"next": [
31623162
"[JumpBack]重新连接",
31633163
"无限战斗",
3164+
"[JumpBack]活动退出",
31643165
"[JumpBack]退出",
31653166
"无动作结束"
31663167
]
1.67 KB
Loading

assets/resource/pipeline/自動戰鬥.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -403,34 +403,35 @@
403403
"action": "Click",
404404
"next": [
405405
"[JumpBack]重新连接",
406-
"战斗船舱满退出"
406+
"战斗退出"
407407
],
408408
"on_error": [
409409
"战斗船舱满",
410410
"任务出错"
411411
],
412412
"focus": "[color:red]船舱已满[/color]"
413413
},
414-
"战斗船舱满退出": {
414+
"战斗退出": {
415415
"recognition": "TemplateMatch",
416416
"template": "通用/退出.png",
417417
"action": "Click",
418418
"green_mask": true,
419419
"next": [
420420
"[JumpBack]重新连接",
421+
"[JumpBack]活动退出",
421422
"[JumpBack]退出",
422423
"任务结束"
423424
]
424425
},
425-
"战斗退出": {
426+
"活动退出": {
426427
"recognition": "TemplateMatch",
427-
"template": "通用/退出.png",
428+
"template": "战斗/活动关闭.png",
428429
"action": "Click",
429-
"green_mask": true,
430-
"next": [
431-
"[JumpBack]重新连接",
432-
"[JumpBack]退出",
433-
"任务结束"
430+
"roi": [
431+
1208,
432+
49,
433+
49,
434+
50
434435
]
435436
},
436437
"战斗索敌成功": {

0 commit comments

Comments
 (0)