diff --git a/plugins/stats_dashboard/templates/index.html b/plugins/stats_dashboard/templates/index.html
index fd753ca..7af52c9 100644
--- a/plugins/stats_dashboard/templates/index.html
+++ b/plugins/stats_dashboard/templates/index.html
@@ -21,7 +21,7 @@
成功率
-
+
{% raw %}{{ successRate.toFixed(2) }}{% endraw %}%
@@ -61,33 +61,19 @@
-
- 活跃用户
+ 热门用户
-
-
+
+
+
{% raw %}{{ scope.row.user_name || scope.row.user_id }} ({{ scope.row.user_id }}){% endraw %}
-
-
-
-
-
-
-
- 活跃群组
-
-
-
-
- {% raw %}{{ scope.row.group_name || scope.row.group_id }} ({{ scope.row.group_id }}){% endraw %}
-
-
-
+
+
@@ -97,7 +83,12 @@
热门群组
-
+
+
+
+ {% raw %}{{ scope.row.group_name || scope.row.group_id }} ({{ scope.row.group_id }}){% endraw %}
+
+