From 748bdedacd10209599dd5d4dc92bd0282d2a5a41 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 21 Mar 2025 16:05:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/stats_dashboard/templates/index.html | 40 ++++++++++++++++---- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/plugins/stats_dashboard/templates/index.html b/plugins/stats_dashboard/templates/index.html index f3d2ea7..e28e550 100644 --- a/plugins/stats_dashboard/templates/index.html +++ b/plugins/stats_dashboard/templates/index.html @@ -6,7 +6,7 @@
- +
总调用次数 @@ -16,7 +16,7 @@
- +
成功率 @@ -26,7 +26,7 @@
- +
活跃用户数 @@ -36,7 +36,7 @@
- +
活跃群组数 @@ -46,7 +46,7 @@
- +
平均响应时间 @@ -99,13 +99,13 @@

插件使用排行

- +

成功率分析

- +
@@ -114,7 +114,7 @@

使用趋势

- +
@@ -348,4 +348,28 @@ } }); +{% endblock %} + +{% block styles %} + {% endblock %} \ No newline at end of file