From bcbf9e345e0486b8ae2225d32040fc934c3d5f13 Mon Sep 17 00:00:00 2001 From: zouap Date: Thu, 30 Dec 2021 09:15:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- public/home/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/home/home.js b/public/home/home.js index 4a8d9e4a2..4f2d3fdea 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -124,7 +124,7 @@ function getTime(UpdatedUnix,currentTime){ return seconds + "秒前" }else{ if(hours > 0){ - return hours + "小时" + minutes + "分钟前"; + return hours + "小时前"; }else{ return minutes + "分钟前"; }