1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Add: ServerChecker support for Server JP

This commit is contained in:
Horizon101011
2022-09-24 23:14:15 +08:00
parent 0cb05cbea8
commit 2a319c4abc
7 changed files with 102 additions and 6 deletions

View File

@@ -50,6 +50,12 @@ VALID_SERVER_LIST = {
],
'en': [
'Avrora', 'Lexington', 'Sandy', 'Washington', 'Amagi'
],
'jp': [
'ブレスト', '横須賀', '佐世保', '', '舞鶴',
'ルルイエ', 'サモア', '大湊', 'トラック', 'ラバウル',
'鹿児島', 'マドラス', 'サンディエゴ', '竹敷', 'キール',
'若松', 'オデッサ', 'スイートバン'
]
}