fix: satisfy eslint in build-used-by and capture scripts

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Yang Jun
2026-06-22 20:14:55 +08:00
co-authored by Cursor
parent 73e122ad1d
commit 2f8a652ccb
2 changed files with 7 additions and 10 deletions
+3 -2
View File
@@ -19,8 +19,9 @@ function escapeHtml (str) {
}
function websiteFavicon (url) {
return 'https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url='
+ encodeURIComponent(url) + '&size=128'
return 'https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=' +
encodeURIComponent(url) +
'&size=128'
}
async function githubAvatar (url) {