mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-24 13:39:02 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -486,6 +486,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'])
|
||||
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)
|
||||
deep_set(self.args, keys=f'{task}.Campaign.Event.option_bold', value=options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user