mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-01 01:10:34 +08:00
chore.修改版本号,更新截图的脚本
This commit is contained in:
@@ -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";
|
||||
}
|
||||
@@ -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 .
|
||||
Reference in New Issue
Block a user