mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 15:13:45 +08:00
Dev_tools: Change the method to get datetime
- Now we use WMIC to get datetime to avoid issues due different time locales
This commit is contained in:
6
alas.bat
6
alas.bat
@@ -128,6 +128,8 @@ color 8F
|
||||
) else (
|
||||
echo :: it was not possible to open alas_en.pyw, make sure you have a folder toolkit
|
||||
echo :: inside AzurLaneAutoScript folder.
|
||||
echo Alas PATH: %ALAS_PATH%
|
||||
echo Python Path: %PYTHON%
|
||||
echo.
|
||||
pause > NUL
|
||||
goto alas
|
||||
@@ -143,6 +145,8 @@ color 8F
|
||||
) else (
|
||||
echo :: it was not possible to open alas_cn.pyw, make sure you have a folder toolkit
|
||||
echo :: inside AzurLaneAutoScript folder.
|
||||
echo Alas PATH: %ALAS_PATH%
|
||||
echo Python Path: %PYTHON%
|
||||
echo.
|
||||
pause > NUL
|
||||
goto alas
|
||||
@@ -158,6 +162,8 @@ color 8F
|
||||
) else (
|
||||
echo :: it was not possible to open alas_jp.pyw, make sure you have a folder toolkit
|
||||
echo :: inside AzurLaneAutoScript folder.
|
||||
echo Alas PATH: %ALAS_PATH%
|
||||
echo Python Path: %PYTHON%
|
||||
echo.
|
||||
pause > NUL
|
||||
goto alas
|
||||
|
||||
Reference in New Issue
Block a user