fix: 肉鸽在结算界面卡死 (#14145)

* fix: 肉鸽通关后有概率无法跳过剧情导致卡死或出错

有概率无法跳过卡在Roguelike@ClickToStartPoint里

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: 肉鸽还是卡结算界面,改一下ClickToStartPoint位置

* fix: 导航肉鸽时有概率识别到回弹动画状态的入口

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
萨拉托加
2025-09-18 14:41:41 +08:00
committed by GitHub
parent bf95ef7df0
commit de45a75e46

View File

@@ -510,7 +510,7 @@
"Roguelike@ClickToStartPoint": {
"algorithm": "JustReturn",
"action": "ClickRect",
"specificRect": [631, 714, 14, 6],
"specificRect": [261, 640, 31, 32],
"postDelay_Doc": "这个延迟保证不会识别到 StartExplore 之后又弹出 每月委托/解锁收藏品 等。 #7033有时光之末可以继续",
"postDelay": 800,
"next": [
@@ -695,7 +695,8 @@
"Roguelike@GamePassSkip2": {
"action": "ClickSelf",
"roi": [1109, 0, 171, 138],
"next": ["Roguelike@GamePassTheEndConfirm", "Roguelike@GamePass", "Roguelike@ClickToStartPoint"]
"postDelay": 1000,
"next": ["#self", "Roguelike@GamePassTheEndConfirm", "Roguelike@GamePass", "Roguelike@ClickToStartPoint"]
},
"Roguelike@GamePassTheEndConfirm": {
"action": "ClickSelf",
@@ -1014,6 +1015,8 @@
"action": "ClickSelf",
"text": ["查看", "TODO: image of //INTEGRATED STRATEGIES"],
"roi": [450, 480, 60, 45],
"postDelay": 1000,
"postDelay_Doc": "加个延迟避免在回弹动画的时候识别",
"next": ["#self", "Roguelike@SelectTheme", "Roguelike@PreSelectThemeSwipeToTheRight"]
},
"Roguelike@PreSelectThemeSwipeToLeft": {