mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 11:07:20 +08:00
Add: [EN] hard-coded package_name in argparse_en, because there's only one Azurlane in EN thanks @LmeSzinc
Add: [EN] development_en.md
This commit is contained in:
@@ -266,7 +266,7 @@ def main(ini_name=''):
|
||||
emulator_parser = subs.add_parser('emulator')
|
||||
emulator = emulator_parser.add_argument_group('Emulator', 'Need to run once to save the options, it will check whether the game is started \nIf the game is started, trigger a collection')
|
||||
emulator.add_argument('--serial', default=default('--serial'), help='Bluestacks 127.0.0.1:5555 \nNox 127.0.0.1:62001')
|
||||
emulator.add_argument('--package_name', default=default('--package_name'), help='')
|
||||
emulator.add_argument('--package_name', default='com.YoStarEN.AzurLane', help='')
|
||||
|
||||
debug = emulator_parser.add_argument_group('Debug settings', '')
|
||||
debug.add_argument('--enable_error_log_and_screenshot_save', default=default('--enable_error_log_and_screenshot_save'), choices=['yes', 'no'])
|
||||
|
||||
Reference in New Issue
Block a user