mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore.更新企鹅物流关卡JSON,更新雷电的连接方式
This commit is contained in:
41695
3rdparty/resource/penguin-stats-recognize/json/stages.json
vendored
41695
3rdparty/resource/penguin-stats-recognize/json/stages.json
vendored
File diff suppressed because one or more lines are too long
@@ -79,7 +79,7 @@
|
||||
},
|
||||
"adb": {
|
||||
"path": "[EmulatorPath]adb.exe",
|
||||
"connect": "[Adb] connect emulator-5555",
|
||||
"connect": "[Adb] connect 127.0.0.1:5555",
|
||||
"click": "[Adb] -e shell input tap [x] [y]",
|
||||
"swipe": "[Adb] -e shell input swipe [x1] [y1] [x2] [y2] [duration]",
|
||||
"display": "[Adb] -e shell dumpsys window displays | grep init= | awk ' { print $3 } '",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
namespace asst {
|
||||
constexpr static const char* Version = "release.stable.1.1.1";
|
||||
constexpr static const char* Version = "release.stable.1.1.2";
|
||||
}
|
||||
@@ -33,7 +33,7 @@
|
||||
<PublisherName>MistEO</PublisherName>
|
||||
<SuiteName>MeoAssistance</SuiteName>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationVersion>1.1.1.0</ApplicationVersion>
|
||||
<ApplicationVersion>1.1.2.0</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user