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

Merge remote-tracking branch 'origin/master'

This commit is contained in:
LmeSzinc
2020-06-21 04:51:13 +08:00
9 changed files with 43 additions and 27 deletions

View File

@@ -212,9 +212,6 @@ def main(ini_name=''):
clear.add_argument('--clear_mode_stop_condition', default=default('--clear_mode_stop_condition'), choices=['map_100', 'map_3_star', 'map_green'])
clear.add_argument('--map_star_clear_all', default=default('--map_star_clear_all'), choices=['index_1', 'index_2', 'index_3', 'do_not_use'], help='The first few stars are to destroy all enemy ships')
update = setting_parser.add_argument_group('ALAS Update Check', '')
update.add_argument('--enable_update_check', default=default('--enable_update_check'), choices=['yes', 'no'])
# ==========reward==========
reward_parser = subs.add_parser('reward')
reward_condition = reward_parser.add_argument_group('Triggering conditions', 'Need to run once to save the options, after running it will enter the on-hook vegetable collection mode')
@@ -281,6 +278,9 @@ def main(ini_name=''):
adb.add_argument('--device_control_method', default=default('--device_control_method'), choices=['uiautomator2', 'ADB'], help='Speed: 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', '')
update.add_argument('--enable_update_check', default=default('--enable_update_check'), choices=['yes', 'no'])
# ==========每日任务==========
daily_parser = subs.add_parser('daily')