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