From 80f69d0e666ef84f3b208e6ec991264aedece53f Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 21 Mar 2025 15:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=9C=8B=E6=9D=BF=E5=86=85?= =?UTF-8?q?=E5=AE=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 580ab59..aca8966 100644 --- a/plugins/stats_dashboard/templates/index.html +++ b/plugins/stats_dashboard/templates/index.html @@ -22,7 +22,7 @@ 成功率
- {% raw %}{{ successRate }}{% endraw %}% + {% raw %}{{ successRate.toFixed(2) }}{% endraw %}%