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

Added: Taiwan server support

This commit is contained in:
whoamikyo
2020-10-26 15:22:13 -03:00
parent abdf0628e9
commit d1dd15ceec
22 changed files with 939 additions and 423 deletions

8
alas_tw.pyw Normal file
View File

@@ -0,0 +1,8 @@
import module.config.server as server
server.server = 'tw'
from module.config.argparser_tw import main
if __name__ == '__main__':
main()