From bf3c8f53c7e72451e938c78d1c1f69d781e64c67 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 19 Mar 2025 13:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=9C=8B=E6=9D=BF=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/stats_dashboard/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/stats_dashboard/templates/index.html b/plugins/stats_dashboard/templates/index.html index 2c995ed..8255ab4 100644 --- a/plugins/stats_dashboard/templates/index.html +++ b/plugins/stats_dashboard/templates/index.html @@ -56,7 +56,7 @@ 平均响应时间
- {{ typeof avgResponseTime === 'number' ? avgResponseTime.toFixed(2) : '0.00' }} ms + {{ "%.2f"|format(avgResponseTime|float) }} ms