chore.修改版本号,更新截图的脚本

This commit is contained in:
MistEO
2021-11-07 23:31:54 +08:00
parent d4e158f38e
commit d51833c279
2 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
namespace asst {
constexpr static const char* Version = "v1.3-alpha.7";
constexpr static const char* Version = "v1.3-beta";
}

View File

@@ -1,3 +1,5 @@
adb connect 127.0.0.1:5555
adb -s 127.0.0.1:5555 shell screencap /sdcard/screen.png
adb -s 127.0.0.1:5555 pull /sdcard/screen.png .
set port=5555
adb connect 127.0.0.1:%port%
adb -s 127.0.0.1:%port% shell screencap /sdcard/screen.png
adb -s 127.0.0.1:%port% pull /sdcard/screen.png .