Upd: dev_tools info war_archives_update

This commit is contained in:
2026-06-18 15:22:20 +08:00
parent 787837af48
commit 07bcf25d5c

View File

@@ -260,12 +260,12 @@ if __name__ == '__main__':
# input strings in YYYYMMDD format for war archives update time
# use 'today' for today, use a list to input multiple values,
# such as '20250717', 'today', ['20250619' , '20250717', 'today']
WarArchivesUpdater.aired_date = ['20260409', '20260507']
WarArchivesUpdater.aired_date = ['20260612', '20260618']
# Event name or date of update of war archives
# input strings in YYYYMMDD format for event time, or input event name
# use 'recent' for the latest CN enent, use a list to input multiple values,
# such as '20220428', '虹彩的终幕曲', 'recent', ['雄鹰的叙事歌' , '20220428', 'recent']
WarArchivesUpdater.event = ['远汇点作战', '奏响鸢尾之歌']
WarArchivesUpdater.event = ['空相交汇点', '幻梦间奏曲']
updater = WarArchivesUpdater()