From c0d210e867149185fa21caa7a8f0616924d0e07a Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 27 Feb 2026 11:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=BE=8E=E5=8C=96=E4=B8=80?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 4bc2111..85e8581 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -51,7 +51,7 @@
总调用次数
-
+
{% raw %}{{ totalCalls }}{% endraw %}
@@ -61,7 +61,7 @@
成功率
-
+
{% raw %}{{ successRate.toFixed(2) }}{% endraw %}%
@@ -71,7 +71,7 @@
活跃用户数
-
+
{% raw %}{{ activeUsers }}{% endraw %}
@@ -81,7 +81,7 @@
活跃群组数
-
+
{% raw %}{{ activeGroups }}{% endraw %}
@@ -91,7 +91,7 @@
平均响应时间
-
+
{% raw %}{{ avgResponseTime.toFixed(2) }}{% endraw %} ms
@@ -101,7 +101,7 @@
系统运行时间
-
+
{% raw %}{{ formattedUptime }}{% endraw %}