优化刷理智流程,更新beta06.02版本号

This commit is contained in:
MistEO
2021-08-12 22:36:28 +08:00
parent c906eae0af
commit 431d3de03c
3 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
namespace asst {
constexpr static const char* Version = "release.beta.06.01";
constexpr static const char* Version = "release.beta.06.02";
}

View File

@@ -29,7 +29,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>0.6.1.0</ApplicationVersion>
<ApplicationVersion>0.6.2.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>

View File

@@ -255,10 +255,11 @@
]
},
"WaitAfterPRTS": {
"rearDelay": 5000,
"rearDelay": 3000,
"algorithm": "justreturn",
"type": "doNothing",
"next": [
"PRTS",
"EndOfAction",
"ClickCornerAfterPRTS"
]
@@ -279,7 +280,8 @@
"StartButton1",
"StartButton2",
"UseMedicine",
"UseStone"
"UseStone",
"ClickCornerAfterPRTS"
]
},
"EndOfAction": {
@@ -305,7 +307,8 @@
"StartButton1",
"StartButton2",
"UseMedicine",
"UseStone"
"UseStone",
"EndOfAction"
]
},
"Loading": {