diff --git a/en/assets/custom3.js b/en/assets/custom3.js index 494a7cb..a0f37aa 100644 --- a/en/assets/custom3.js +++ b/en/assets/custom3.js @@ -115,7 +115,7 @@ var initAll = function () { ele.setAttribute("align","center"); var count = document.createElement("img") // count.setAttribute("src", "https://visitor-badge.glitch.me/badge?page_id=practice/en/" + path); - count.setAttribute("src", "https://api.visitorbadge.io/api/visitors?labelColor=%23595959&countColor=%230d81c3&style=flat&path=practice/en/" + path); + count.setAttribute("src", "https://api.visitorbadge.io/api/visitors?labelColor=%23595959&countColor=%230d81c3&style=flat-square&path=practice/en/" + path); ele.appendChild(count); var divider =document.createElement("hr") diff --git a/zh-CN/assets/custom3.js b/zh-CN/assets/custom3.js index 494a7cb..a0f37aa 100644 --- a/zh-CN/assets/custom3.js +++ b/zh-CN/assets/custom3.js @@ -115,7 +115,7 @@ var initAll = function () { ele.setAttribute("align","center"); var count = document.createElement("img") // count.setAttribute("src", "https://visitor-badge.glitch.me/badge?page_id=practice/en/" + path); - count.setAttribute("src", "https://api.visitorbadge.io/api/visitors?labelColor=%23595959&countColor=%230d81c3&style=flat&path=practice/en/" + path); + count.setAttribute("src", "https://api.visitorbadge.io/api/visitors?labelColor=%23595959&countColor=%230d81c3&style=flat-square&path=practice/en/" + path); ele.appendChild(count); var divider =document.createElement("hr")