mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Fix: Re-implemented per PR comments
This commit is contained in:
13
module/war_archives/dictionary.py
Normal file
13
module/war_archives/dictionary.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from module.war_archives.assets import \
|
||||
TEMPLATE_VISITORS_DYED_IN_RED, TEMPLATE_FALLEN_WINGS, TEMPLATE_WINTERS_CROWN, TEMPLATE_DIVERGENT_CHESSBOARD, \
|
||||
TEMPLATE_STRIVE_WISH_AND_STRATEGIZE, TEMPLATE_ENCIRCLING_GRAF_SPEE, TEMPLATE_GLORIOUS_BATTLE
|
||||
|
||||
dic_archives_template = {
|
||||
'war_archives_20190321_en': TEMPLATE_VISITORS_DYED_IN_RED,
|
||||
'war_archives_20181026_en': TEMPLATE_FALLEN_WINGS,
|
||||
'war_archives_20190221_en': TEMPLATE_WINTERS_CROWN,
|
||||
'war_archives_20191031_en': TEMPLATE_DIVERGENT_CHESSBOARD,
|
||||
'war_archives_20181020_en': TEMPLATE_STRIVE_WISH_AND_STRATEGIZE,
|
||||
'war_archives_20191010_en': TEMPLATE_ENCIRCLING_GRAF_SPEE,
|
||||
'war_archives_20190620_en': TEMPLATE_GLORIOUS_BATTLE
|
||||
}
|
||||
Reference in New Issue
Block a user