fix: Windows 启动脚本添加提示,避免快速编辑模式卡住

This commit is contained in:
2026-04-16 18:33:25 +08:00
parent fe3cf302c4
commit 32f98ce4f3

View File

@@ -1,7 +1,8 @@
@echo off @echo off
chcp 65001 >nul chcp 65001 >nul
echo ================================ echo ================================
echo 视觉记录系统启动脚本 (Windows) echo 视觉记录系统启动 (Windows)
echo ================================ echo ================================
cd /d %~dp0 cd /d %~dp0
@@ -22,6 +23,8 @@ if errorlevel 1 (
) )
echo 启动服务... echo 启动服务...
python main.py echo 注意:此窗口请勿点击或拖动,否则会暂停
echo 如需交互请另开命令行窗口
echo ================================
pause python main.py