调整bat,

This commit is contained in:
liuwei
2025-03-14 17:45:44 +08:00
parent 9177b18f35
commit 94e3d532e6

View File

@@ -1,13 +1,11 @@
@echo off
cd /d F:\python\WeChatRobot
echo [INFO] 拉取最新代码...
echo [INFO] Pulling latest code...
git pull
echo [INFO] 安装 Python 依赖...
echo [INFO] Installing Python dependencies...
pip install -r requirements.txt
echo [INFO] 启动应用...
python F:\python\WeChatRobot\main.py -c 8
pause
echo [INFO] Starting application...
start python F:\python\WeChatRobot\main.py -c 8