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 @@