From 03326bdfb04096bcffed7522b677865252a7c568 Mon Sep 17 00:00:00 2001 From: zouap Date: Thu, 3 Mar 2022 14:57:06 +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/search.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/home/search.js b/public/home/search.js index f80c807ae..1953c7204 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -473,8 +473,8 @@ function displayRepoResult(page,jsonResult,onlyReturnNum,keyword){ } html +=" "; html +="

"; - html +=" " +recordMap["num_watches"] + "" + recordMap["num_stars"] + "" + recordMap["num_forks"]; - html +=" 最后更新于 " + getTime(recordMap["updated_unix"],currentTime) +""; + html +=" " +recordMap["num_watches"] + "  " + recordMap["num_stars"] + "  " + recordMap["num_forks"] +"  "; + html +="    最后更新于 " + getTime(recordMap["updated_unix"],currentTime) +""; if(!isEmpty(recordMap["lang"])){ html +=" " + recordMap["lang"] + ""; }