mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
Merge branch 'master' into feature_matching
This commit is contained in:
@@ -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";
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationVersion>0.6.2.0</ApplicationVersion>
|
||||
<ApplicationVersion>0.6.3.0</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user