From 3c665ea0d2dc3d3a32ceae6a8d249b67652953a3 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 25 Mar 2025 10:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E7=BE=A4=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/robot_management.html | 422 ++++++++++++++++++ 1 file changed, 422 insertions(+) create mode 100644 plugins/stats_dashboard/templates/robot_management.html 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 %}{{ selectedGroups.length }}{% endraw %} 个群组 + +
+ 批量启用 + 批量关闭 + 批量移除 +
+
+
+
+
+ + + + + + + + + + + + + + + +
+{% endblock %} + +{% block scripts %} + +{% endblock %} \ No newline at end of file