fix(bilibili): missing image (#17952)
This commit is contained in:
parent
c69b4af7ba
commit
d46052f2e6
|
|
@ -68,6 +68,7 @@ async function handler(ctx) {
|
|||
title: `${userName} 的 bilibili 频道 ${channelInfo.meta.name}`,
|
||||
link,
|
||||
description: `${userName} 的 bilibili 频道`,
|
||||
image: face,
|
||||
logo: face,
|
||||
icon: face,
|
||||
item: data.archives.map((item) => ({
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ async function handler(ctx) {
|
|||
title: `${userName} 的 bilibili 合集 ${data.meta.name}`,
|
||||
link,
|
||||
description: `${userName} 的 bilibili 合集`,
|
||||
image: face,
|
||||
logo: face,
|
||||
icon: face,
|
||||
item: data.archives.map((item) => ({
|
||||
|
|
|
|||
Loading…
Reference in New Issue