mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Del: Stop condition if_dock_full in GUI
- [CN] Adjust window size
This commit is contained in:
@@ -131,7 +131,7 @@ def main(ini_name=''):
|
||||
stop.add_argument('--if_time_reach', default=default('--if_time_reach'), help='Use the time within the next 24 hours, the previous setting will be used, and it will be cleared\n after the trigger. It is recommended to advance about\n 10 minutes to complete the current attack. Format 14:59')
|
||||
stop.add_argument('--if_oil_lower_than', default=default('--if_oil_lower_than'))
|
||||
stop.add_argument('--if_trigger_emotion_control', default=default('--if_trigger_emotion_control'), choices=['yes', 'no'], help='If yes, wait for reply, complete this time, stop \nIf no, wait for reply, complete this time, continue')
|
||||
stop.add_argument('--if_dock_full', default=default('--if_dock_full'), choices=['yes', 'no'])
|
||||
# stop.add_argument('--if_dock_full', default=default('--if_dock_full'), choices=['yes', 'no'])
|
||||
|
||||
# 出击舰队
|
||||
fleet = setting_parser.add_argument_group('Attack fleet', 'No support for alternate lane squadrons, inactive map or weekly mode will ignore the step setting')
|
||||
|
||||
Reference in New Issue
Block a user