Files
abot/admin/dashboard/README.md

30 lines
772 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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]