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

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

30
admin/dashboard/README.md Normal file
View File

@@ -0,0 +1,30 @@
# WeChatRobot 管理后台
## 简介
WeChatRobot 管理后台是一个独立的Web应用用于管理和监控WeChatRobot的运行状态、使用情况和配置。
## 功能
- 群组管理:查看和管理群组,设置群组功能权限
- 插件统计:查看插件使用情况统计
- 用户统计:查看用户活跃度统计
- 错误日志:查看系统错误日志
- 系统配置:管理系统配置参数
## 安装与配置
1. 确保已安装WeChatRobot主程序
2. 复制`config.yaml.template``config.yaml`
3. 根据需要修改配置参数
## 启动方式
### Windows
双击`dashboard_start.bat`文件启动管理后台。
### 命令行
```bash
python dashboard_start.py [--host HOST] [--port PORT] [--username USERNAME] [--password PASSWORD]