From 79509b68678433a34611d4d3d4c270aa8e882d57 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 15 Apr 2025 09:13:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/index.html | 132 ++++++++++++++++++++++++--- 1 file changed, 121 insertions(+), 11 deletions(-) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 2669be3..ac018e0 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -5,8 +5,10 @@ {% block content %}
+ + - +
@@ -17,14 +19,94 @@
- - + + +
+ 成功率 +
+
+ {% raw %}{{ successRate.toFixed(2) }}{% endraw %}% +
+
+
+ + +
+ 活跃用户数 +
+
+ {% raw %}{{ activeUsers }}{% endraw %} +
+
+
+ + +
+ 活跃群组数 +
+
+ {% raw %}{{ activeGroups }}{% endraw %} +
+
+
+ + +
+ 平均响应时间 +
+
+ {% raw %}{{ avgResponseTime.toFixed(2) }}{% endraw %} ms +
+
+
- - + + +
+ 热门用户 +
+ + + + + + + + +
+
+ + +
+ 热门群组 +
+ + + + + + + +
+
+ + +
+ 热门插件 +
+ + + + +
+
@@ -50,9 +132,9 @@
- - - + + +
@@ -68,13 +150,29 @@