From 02646c9cb0dc1235fc149a68a15b6bba2dfc0ca8 Mon Sep 17 00:00:00 2001 From: chenshihai Date: Tue, 29 Nov 2022 17:58:47 +0800 Subject: [PATCH] home page --- public/home/home.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/home/home.js b/public/home/home.js index 8ecbf12c8..43eab17e0 100755 --- a/public/home/home.js +++ b/public/home/home.js @@ -538,6 +538,7 @@ function queryRecommendData(){ displayActivity(json.activity); displayDataset(json.dataset); displayUserExp(json.user_experience); + LetterAvatar && LetterAvatar.transform(); }, error:function(response) { } @@ -624,7 +625,7 @@ function displayRepo(json){ // ${repo["NumStars"]}${repo["NumForks"]}
html += `
- + ${repo["Avatar"] ? `` : ``} ${repo["Alias"]}
${repo["Description"]}
`;