mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
fix(source): bilibili hot icon
This commit is contained in:
parent
e2d0152e5f
commit
75ab32d250
@ -43,7 +43,7 @@ const hotSearch = defineSource(async () => {
|
|||||||
title: k.show_name,
|
title: k.show_name,
|
||||||
url: `https://search.bilibili.com/all?keyword=${encodeURIComponent(k.keyword)}`,
|
url: `https://search.bilibili.com/all?keyword=${encodeURIComponent(k.keyword)}`,
|
||||||
extra: {
|
extra: {
|
||||||
icon: k.icon && `/api/proxy?img=${encodeURIComponent(k.icon)}`,
|
icon: k.icon && proxyPicture(k.icon),
|
||||||
},
|
},
|
||||||
}))
|
}))
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user