mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 18:53:34 +08:00
Fix: dummy commit
This commit is contained in:
4
alas.bat
4
alas.bat
@@ -2,14 +2,14 @@
|
|||||||
:: Alas Run Tool v3
|
:: Alas Run Tool v3
|
||||||
:: Author: whoamikyo (https://kyo.ninja)
|
:: Author: whoamikyo (https://kyo.ninja)
|
||||||
:: Version: 3.0
|
:: Version: 3.0
|
||||||
:: Last updated: 2020-09-08
|
:: Last updated: 2020-09-22
|
||||||
:: https://github.com/LmeSzinc/AzurLaneAutoScript
|
:: https://github.com/LmeSzinc/AzurLaneAutoScript
|
||||||
@echo off
|
@echo off
|
||||||
chcp | find "932" >NUL && set "IME=true" || set "IME=false"
|
chcp | find "932" >NUL && set "IME=true" || set "IME=false"
|
||||||
if "%IME%"=="true" (
|
if "%IME%"=="true" (
|
||||||
echo ====================================================================================================
|
echo ====================================================================================================
|
||||||
echo == Incorrect encoding, visit this link to correct: https://bit.ly/34t8ubY
|
echo == Incorrect encoding, visit this link to correct: https://bit.ly/34t8ubY
|
||||||
echo == You have `¥` instead backslashes you may have problems to run ALAS
|
echo == You have `<EFBFBD>` instead backslashes you may have problems to run ALAS
|
||||||
start https://bit.ly/34t8ubY
|
start https://bit.ly/34t8ubY
|
||||||
echo == To copy, select the link and CTRL+SHFT+C
|
echo == To copy, select the link and CTRL+SHFT+C
|
||||||
echo ====================================================================================================
|
echo ====================================================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user