mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 15:47:42 +08:00
Fix: Daily hard has no campaign_extract_name_image
- Fix event switching with campaign ball - Add MAP_IS_ONE_TIME_STAGE - Opt description of event_stage in GUI - Add info when map file not found
This commit is contained in:
@@ -448,7 +448,7 @@ def main(ini_name=''):
|
||||
"""
|
||||
event = event_parser.add_argument_group(
|
||||
'Choose a level', '\n'.join([line.strip() for line in description.strip().split('\n')]), gooey_options={'label_color': '#931D03'})
|
||||
event.add_argument('--event_stage', default=default('--event_stage'), help='E.g D3', gooey_options={'label_color': '#4B5F83'})
|
||||
event.add_argument('--event_stage', default=default('--event_stage'), help='Type stage name, not case sensitive, E.g D3 HT6', gooey_options={'label_color': '#4B5F83'})
|
||||
event.add_argument('--event_name', default=event_latest, choices=event_folder, help='There a dropdown menu with many options', gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
# ==========Raid==========
|
||||
|
||||
Reference in New Issue
Block a user