From 2eb4914b84df30c9e641fba5c3d53b69cd26db75 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 27 Mar 2025 11:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E7=9C=8B=E6=9D=BF=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=EF=BC=8C=E6=96=B9=E4=BE=BF=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E5=8A=9F=E8=83=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard_start.bat | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/dashboard_start.bat b/admin/dashboard_start.bat index b7b1dce..925b9d5 100644 --- a/admin/dashboard_start.bat +++ b/admin/dashboard_start.bat @@ -1,19 +1,19 @@ @echo off cd /d %~dp0 -echo 正在启动WeChatRobot管理后台... +echo Starting WeChatRobot Admin Dashboard... -echo [INFO] 尝试从Git更新代码... +echo [INFO] Trying to update code from Git... cd /d F:\python\WeChatRobot git pull if %errorlevel% neq 0 ( - echo [WARNING] Git更新失败,继续使用当前代码... + echo [WARNING] Git update failed, continuing with current code... ) else ( - echo [INFO] 代码更新成功! + echo [INFO] Code updated successfully! ) -cd /d %~dp0 -echo [INFO] 正在安装Python依赖... +echo [INFO] Installing Python dependencies... pip install -r requirements.txt +cd /d %~dp0 python dashboard_start.py pause \ No newline at end of file