From 9177b18f351637083a2098dce20f9d93c9699abd Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 14 Mar 2025 17:44:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4bat=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot_start.bat | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bot_start.bat b/bot_start.bat index 76b0bd6..452b22e 100644 --- a/bot_start.bat +++ b/bot_start.bat @@ -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 \ No newline at end of file + +echo [INFO] 启动应用... +python F:\python\WeChatRobot\main.py -c 8 + +pause