Files
mengyanote/start-backend.bat
2026-05-16 19:03:44 +08:00

6 lines
98 B
Batchfile

@echo off
chcp 65001 >nul
echo 启动后端服务器...
cd mengyanote-backend
python main.py