mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 07:03:43 +08:00
Add: [JP] add jp server support, copy assets from cn
This commit is contained in:
8
alas_jp.pyw
Normal file
8
alas_jp.pyw
Normal file
@@ -0,0 +1,8 @@
|
||||
import module.config.server as server
|
||||
|
||||
server.server = 'jp'
|
||||
|
||||
from module.config.argparser_jp import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user