This commit is contained in:
jinbooks_dev
2025-06-03 09:46:52 +08:00
parent 3eee944c7d
commit 1e2b0fd9d4
1917 changed files with 156343 additions and 0 deletions

View File

@ -0,0 +1,15 @@
echo off
set START_TIME="%date:~0,10% %time:~0,2%:%time:~3,5%"
echo start time %START_TIME%
call npm install
call npm run build
set END_TIME="%date:~0,10% %time:~0,2%:%time:~3,5%"
echo Build Release start at %START_TIME% complete at %END_TIME%.
pause