5 lines
82 B
Batchfile
5 lines
82 B
Batchfile
|
|
@echo off
|
||
|
|
echo 正在启动双色球智能推测系统...
|
||
|
|
echo.
|
||
|
|
npm run dev
|
||
|
|
pause
|