From 10a5790d277a8cb9496e5e4c87ee2ed2ada92980 Mon Sep 17 00:00:00 2001 From: Dongw Date: Mon, 17 Jul 2023 20:36:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=AF=8F=E6=97=A5?= =?UTF-8?q?=E5=BF=83=E7=9B=B8=E5=8D=A1=E9=80=89x2=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resource/pipeline/psychube.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/resource/pipeline/psychube.json b/assets/resource/pipeline/psychube.json index cf81611..dcbd988 100644 --- a/assets/resource/pipeline/psychube.json +++ b/assets/resource/pipeline/psychube.json @@ -117,6 +117,7 @@ "SetReplaysTimes": { "recognition": "TemplateMatch", "template": "template/Psychube/SetReplaysTimes.png", + "threshold": 0.8, "roi": [ 737, 586, @@ -125,7 +126,8 @@ ], "action": "Click", "next": [ - "ReplayTwice" + "ReplayTwice", + "SetReplaysTimes" ] }, "ReplayTwice": { @@ -139,6 +141,7 @@ ], "action": "Click", "next": [ + "ReplayTwice", "StartReplay" ] },