Files
cpzs-frontend/lottery-app/start.bat
2025-08-01 19:03:57 +08:00

5 lines
82 B
Batchfile

@echo off
echo 正在启动双色球智能推测系统...
echo.
npm run dev
pause