1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-23 04:03:43 +08:00

Opt: Auto-select the fastest screenshot method

This commit is contained in:
LmeSzinc
2023-02-08 00:13:39 +08:00
parent 6fa94901eb
commit 3d174b19cb
14 changed files with 97 additions and 19 deletions

View File

@@ -388,7 +388,8 @@
},
"ScreenshotMethod": {
"name": "Screenshot Method",
"help": "Speed: aScreenCap_nc > ADB_nc >>> aScreenCap > uiautomator2 ~= ADB\nRun Tools - Performance Test to find the fastest method",
"help": "When using auto-select, a benchmark will be performed and automatically changed to the fastest screenshot method.\nGeneral speed: DroidCast_raw >> aScreenCap_nc > ADB_nc >>> aScreenCap > uiautomator2 ~= ADB.\nRun Tools - Performance Test to find the fastest method.",
"auto": "Auto-select the fastest",
"ADB": "ADB ",
"ADB_nc": "ADB_nc",
"uiautomator2": "uiautomator2",