From dfadae958771fbc94d4a36846de262b190c1589b Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 7 Jun 2024 14:10:18 +0800 Subject: [PATCH] Update Source.vue --- components/i/search/Source.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/i/search/Source.vue b/components/i/search/Source.vue index d322fb1..aaf13dc 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) { // 使用正则表达式匹配协议和域名部分 -- GitLab