diff --git a/plugins/stats_dashboard/templates/robot_management.html b/plugins/stats_dashboard/templates/robot_management.html
new file mode 100644
index 0000000..6079a13
--- /dev/null
+++ b/plugins/stats_dashboard/templates/robot_management.html
@@ -0,0 +1,422 @@
+{% extends "base.html" %}
+
+{% block title %}群机器人管理 - 机器人统计看板{% endblock %}
+
+{% block content %}
+
+
+
+
+
+
+ 群机器人管理
+
+
+
+
+
+
+
+
+
+ {% raw %}{{ scope.row.group_name || scope.row.group_id }} ({{ scope.row.group_id }}){% endraw %}
+
+
+
+
+
+ {% raw %}{{ scope.row.robot_status === 'enabled' ? '已启用' : '已关闭' }}{% endraw %}
+
+
+
+
+
+
+ 查看权限
+
+
+ {% raw %}{{ scope.row.robot_status === 'enabled' ? '关闭' : '启用' }}{% endraw %}
+
+
+
+
+
+
+
+
+ 已选择 {% raw %}{{ selectedGroups.length }}{% endraw %} 个群组
+
+
+ 批量启用
+ 批量关闭
+ 批量移除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% raw %}{{ scope.row.status === 'enabled' ? '已启用' : '已关闭' }}{% endraw %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
+
+{% block scripts %}
+
+{% endblock %}
\ No newline at end of file