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 %}