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

This commit is contained in:
liuwei
2025-03-27 11:06:22 +08:00
parent 94c42360f5
commit 4daf075138
15 changed files with 2176 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
@echo off
cd /d %~dp0
echo 正在启动WeChatRobot管理后台...
python dashboard_start.py
pause