mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-08-09 12:08:42 +08:00
improvement
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ script.
|
||||
|
||||
const res = await fetch(`!{serverURL}/api/comment?type=count&url=${keyArray}`, { method: 'GET' })
|
||||
const result = await res.json()
|
||||
|
||||
|
||||
result.data.forEach((count, index) => {
|
||||
eleGroup[index].textContent = count
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user