fix(bilibili): missing image (#17952)

This commit is contained in:
Tsuyumi 2024-12-20 19:00:03 +08:00 committed by GitHub
parent c69b4af7ba
commit d46052f2e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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) => ({

View File

@ -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) => ({