chore.更新企鹅物流关卡JSON,更新雷电的连接方式

This commit is contained in:
MistEO
2021-10-15 17:39:02 +08:00
parent 998d8fe8bc
commit 5dc98667f4
4 changed files with 4 additions and 41697 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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 } '",

View File

@@ -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";
}

View File

@@ -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>