From b23656aadc1c80f188f8473277e75bcbdaaebdd7 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 29 Jul 2025 15:59:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=B6=E9=97=B4=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index ca3a785..edfe469 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -269,7 +269,7 @@ let result = ''; if (days > 0) result += days + 'D'; - if (hours > 0 || days > 0) result += hours + 'H '; + if (hours > 0 || days > 0) result += hours + 'H'; result += minutes + 'M'; return result;