1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 13:17:00 +08:00

Add: minitouch basic config

This commit is contained in:
LmeSzinc
2020-08-16 01:52:49 +08:00
parent 82870143b6
commit 3d5f57f460
7 changed files with 17 additions and 4 deletions

View File

@@ -272,7 +272,7 @@ def main(ini_name=''):
adb = emulator_parser.add_argument_group('ADB settings', '')
adb.add_argument('--device_screenshot_method', default=default('--device_screenshot_method'), choices=['aScreenCap', 'uiautomator2', 'ADB'], help='Speed: aScreenCap >> uiautomator2 > ADB')
adb.add_argument('--device_control_method', default=default('--device_control_method'), choices=['uiautomator2', 'ADB'], help='Speed: uiautomator2 >> ADB')
adb.add_argument('--device_control_method', default=default('--device_control_method'), choices=['minitouch', 'uiautomator2', 'ADB'], help='Speed: minitouch >> uiautomator2 >> ADB')
adb.add_argument('--combat_screenshot_interval', default=default('--combat_screenshot_interval'), help='Slow down the screenshot speed during battle and reduce CPU')
update = emulator_parser.add_argument_group('ALAS Update Check', '')