node-blog/项目启动.bat
2025-06-24 11:42:12 +08:00

5 lines
61 B
Batchfile

@echo off
echo 正在启动博客系统...
node app.js
pause