1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 14:27:00 +08:00

Add: [JP] add jp server support, copy assets from cn

This commit is contained in:
ferina8-14
2020-06-04 23:40:59 +09:00
parent 6548677c80
commit f589ecfaa1
154 changed files with 391 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ from module.base.template import Template
# Don't modified it manually.
"""
IMPORT_EXP = IMPORT_EXP.strip().split('\n') + ['']
VALID_SERVER = ['cn', 'en']
VALID_SERVER = ['cn', 'en', 'jp']
class ImageExtractor: