mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 17:33:45 +08:00
Fix: War archive shouldn't have option_bold
This commit is contained in:
@@ -466,7 +466,8 @@ class ConfigGenerator:
|
||||
latest[server] = deep_get(self.args, keys=f'{task}.Campaign.Event.option_{server}', default=[])
|
||||
options = set().union(*latest.values())
|
||||
options = sorted([option for option in options if option != 'campaign_main'])
|
||||
deep_set(self.args, keys=f'{task}.Campaign.Event.option_bold', value=options)
|
||||
if task not in WAR_ARCHIVES:
|
||||
deep_set(self.args, keys=f'{task}.Campaign.Event.option_bold', value=options)
|
||||
deep_set(self.args, keys=f'{task}.Campaign.Event.option', value=options)
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user