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"