From 2e4067fefbd42bc2bf24ddd212c8b5b88e274e32 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 27 Mar 2025 11:13:17 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/dashboard_start.bat b/admin/dashboard_start.bat index 1058892..0faa2e2 100644 --- a/admin/dashboard_start.bat +++ b/admin/dashboard_start.bat @@ -1,5 +1,9 @@ @echo off cd /d %~dp0 echo 正在启动WeChatRobot管理后台... + +echo [INFO] 正在安装Python依赖... +pip install -r requirements.txt + python dashboard_start.py pause \ No newline at end of file