diff --git a/components/i/search/Source.vue b/components/i/search/Source.vue index d322fb1d0e145ec71bb8a56fe5671fb6585d8f85..aaf13dc9f87a7b7b55141e4088330b5e04c688ca 100644 --- a/components/i/search/Source.vue +++ b/components/i/search/Source.vue @@ -61,7 +61,7 @@ function getIconPath (url) { if (!url || !url.startsWith('http')) return '' const uri = new URL(url) if (uri.origin.endsWith('github.com')) return 'github' - return `https://www.google.com/s2/favicons?sz=128&domain=${url}` + return `https://toolb.cn/favicon/${url}` } function getDomain(url) { // 使用正则表达式匹配协议和域名部分