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