1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 03:15:35 +08:00

Opt: Detection area to merge commission list

This commit is contained in:
LmeSzinc
2020-08-17 22:27:34 +08:00
parent a5f611dce0
commit 5cb7cb6e8a
2 changed files with 14 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ class AzurLaneConfig:
# Speed: aScreenCap >> uiautomator2 > ADB
DEVICE_SCREENSHOT_METHOD = 'aScreenCap' # ADB, uiautomator2, aScreenCap
# Speed: uiautomator2 >> ADB
DEVICE_CONTROL_METHOD = 'uiautomator2' # ADB, uiautomator2
DEVICE_CONTROL_METHOD = 'uiautomator2' # ADB, uiautomator2, minitouch
# USE_ADB_SCREENSHOT = True
# USE_ADB_CONTROL = False
SCREEN_SHOT_SAVE_FOLDER_BASE = './screenshot'