调整bat,

This commit is contained in:
liuwei
2025-03-14 17:44:13 +08:00
parent f263c87311
commit 9177b18f35

View File

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