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"] + ""; }