1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 02:17:28 +08:00

Add: [EN, JP] War Archives daily option

TODO: [CN, TW] update argparser for language
This commit is contained in:
nEEtdo0d
2021-09-18 13:16:54 -04:00
parent 115eb1e04a
commit 7e41560cfa
9 changed files with 41 additions and 5 deletions

View File

@@ -531,6 +531,7 @@ class AzurLaneConfig:
USE_DATA_KEY = False
WAR_ARCHIVES_NAME = ''
WAR_ARCHIVES_STAGE = ''
DO_WAR_ARCHIVES_IN_DAILY = False
"""
module.os_ash
@@ -859,6 +860,7 @@ class AzurLaneConfig:
option = config['War_archives']
self.WAR_ARCHIVES_NAME = option['war_archives_name']
self.WAR_ARCHIVES_STAGE = option['war_archives_stage'].lower()
self.DO_WAR_ARCHIVES_IN_DAILY = to_bool(option['do_war_archives_in_daily'])
# Raid
option = config['Raid']