mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
优化刷理智流程,更新beta06.02版本号
This commit is contained in:
@@ -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";
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user