From 79d7a5863d6f886599055d5572b0acbf96583193 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sat, 14 Aug 2021 13:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dretry=E4=BC=9A=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E6=AC=A1=E6=95=B0=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=81?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B5=81=E7=A8=8B=E9=98=88=E5=80=BC=EF=BC=8C?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7beta06.03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MeoAssistance/include/Version.h | 2 +- MeoAsstGui/MainWindow.xaml.cs | 4 ++-- MeoAsstGui/MeoAsstGui.csproj | 2 +- resource/config.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/MeoAssistance/include/Version.h b/MeoAssistance/include/Version.h index fa02f06cab..da751c3b89 100644 --- a/MeoAssistance/include/Version.h +++ b/MeoAssistance/include/Version.h @@ -1,5 +1,5 @@ #pragma once namespace asst { - constexpr static const char* Version = "release.beta.06.02"; + constexpr static const char* Version = "release.beta.06.03"; } \ No newline at end of file diff --git a/MeoAsstGui/MainWindow.xaml.cs b/MeoAsstGui/MainWindow.xaml.cs index 39ac238760..ebc728b07a 100644 --- a/MeoAsstGui/MainWindow.xaml.cs +++ b/MeoAsstGui/MainWindow.xaml.cs @@ -154,7 +154,7 @@ namespace MeoAsstGui break; } ++retry_times; - button_Click_startSanity(null, null); + AsstStart(p_asst, "SanityBegin"); } else if (task_chain == "VisitBegin") { @@ -166,7 +166,7 @@ namespace MeoAsstGui break; } ++retry_times; - button_Click_visit(null, null); + AsstStart(p_asst, "VisitBegin"); } } break; diff --git a/MeoAsstGui/MeoAsstGui.csproj b/MeoAsstGui/MeoAsstGui.csproj index bb6a7bfc67..cdbc0666b5 100644 --- a/MeoAsstGui/MeoAsstGui.csproj +++ b/MeoAsstGui/MeoAsstGui.csproj @@ -29,7 +29,7 @@ false true 0 - 0.6.2.0 + 0.6.3.0 false true diff --git a/resource/config.json b/resource/config.json index 4ea6f000c7..4f5005c6ed 100644 --- a/resource/config.json +++ b/resource/config.json @@ -238,6 +238,7 @@ "template": "StartButton2.png", "type": "clickSelf", "rearDelay": 20000, + "templThreshold": 0.95, "next": [ "StartButton2", "PRTS" @@ -313,7 +314,7 @@ }, "Loading": { "template": "Loading.png", - "threshold": 0.8, + "templThreshold": 0.8, "type": "doNothing", "next": [ "StartButton1"