将看板功能独立,方便独立维护功能。

This commit is contained in:
liuwei
2025-03-27 11:13:17 +08:00
parent e86c640fd2
commit 2e4067fefb

View File

@@ -1,5 +1,9 @@
@echo off
cd /d %~dp0
echo 正在启动WeChatRobot管理后台...
echo [INFO] 正在安装Python依赖...
pip install -r requirements.txt
python dashboard_start.py
pause