diff --git a/custom/public/rotation3D/img/baseimg.png b/custom/public/rotation3D/img/baseimg.png new file mode 100644 index 000000000..960f1c772 Binary files /dev/null and b/custom/public/rotation3D/img/baseimg.png differ diff --git a/public/home/home.js b/public/home/home.js index 43eab17e0..aeb51b184 100755 --- a/public/home/home.js +++ b/public/home/home.js @@ -606,8 +606,7 @@ function displayRepo(json){ if (json != null && json.length > 0){ var repoMap = {}; for (var i = 0, iLen = json.length; i < iLen; i++) { - var repo = json[i]; - var labelSearch = repo.Label; + var repo = json[i]; var label = isZh ? repo.Label : repo.Label_en; if (repoMap[label]) { repoMap[label].push(repo); @@ -618,6 +617,7 @@ function displayRepo(json){ for (var label in repoMap) { var repos = repoMap[label]; + var labelSearch = repos[0].Label; html += `
{{.i18n.Tr "home.c2net_desc"}}