From de45a75e462decf37a61866854486c734aa02ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=A8=E6=8B=89=E6=89=98=E5=8A=A0?= <151550168+Saratoga-Official@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:41:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=82=89=E9=B8=BD=E5=9C=A8=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E7=95=8C=E9=9D=A2=E5=8D=A1=E6=AD=BB=20(#14145)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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> --- resource/tasks/Roguelike/base.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resource/tasks/Roguelike/base.json b/resource/tasks/Roguelike/base.json index 0140e12cc9..3e230b6967 100644 --- a/resource/tasks/Roguelike/base.json +++ b/resource/tasks/Roguelike/base.json @@ -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": {