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

Opt: added option to replace ADB

- For now, only LDplayer and NoxAppPlayer supported
This commit is contained in:
whoamikyo
2020-08-25 16:21:00 -03:00
parent 11be13cd78
commit 94449f1916
2 changed files with 95 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
:: Get system language -> %Language%
:: By default, set language to "en" and Region to "origin"
set "Language=en" && set "Region=origin"
rem set "Language=en" && set "Region=origin"
:: Then enumerate all the existing translations.
chcp | find "65001" >NUL && set "Language=en" && set "Region=origin"
chcp | find "936" >NUL && set "Language=zh" && set "Region=cn"