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:
8
alas_tw.pyw
Normal file
8
alas_tw.pyw
Normal 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()
|
||||
Reference in New Issue
Block a user