mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Opt: Auto-select the fastest screenshot method
This commit is contained in:
@@ -100,8 +100,9 @@
|
||||
},
|
||||
"ScreenshotMethod": {
|
||||
"type": "select",
|
||||
"value": "ADB_nc",
|
||||
"value": "auto",
|
||||
"option": [
|
||||
"auto",
|
||||
"ADB",
|
||||
"ADB_nc",
|
||||
"uiautomator2",
|
||||
|
||||
@@ -28,8 +28,8 @@ Emulator:
|
||||
value: disabled
|
||||
option: [ disabled, ]
|
||||
ScreenshotMethod:
|
||||
value: ADB_nc
|
||||
option: [ ADB, ADB_nc, uiautomator2, aScreenCap, aScreenCap_nc, DroidCast, DroidCast_raw, scrcpy ]
|
||||
value: auto
|
||||
option: [ auto, ADB, ADB_nc, uiautomator2, aScreenCap, aScreenCap_nc, DroidCast, DroidCast_raw, scrcpy ]
|
||||
ControlMethod:
|
||||
value: minitouch
|
||||
option: [ ADB, uiautomator2, minitouch, Hermit, MaaTouch ]
|
||||
|
||||
Reference in New Issue
Block a user