1
0
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:
whoamikyo
2020-06-27 09:58:46 -03:00
parent 9094665efb
commit 8bed4033f0
2 changed files with 17 additions and 14 deletions

View File

@@ -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