From d46052f2e6dec1968356079116f76c7941ff6eb8 Mon Sep 17 00:00:00 2001 From: Tsuyumi <40047364+Tsuyumi25@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:00:03 +0800 Subject: [PATCH] fix(bilibili): missing image (#17952) --- lib/routes/bilibili/user-channel.ts | 1 + lib/routes/bilibili/user-collection.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/routes/bilibili/user-channel.ts b/lib/routes/bilibili/user-channel.ts index b0942b4358bf22..a319a67fd70b01 100644 --- a/lib/routes/bilibili/user-channel.ts +++ b/lib/routes/bilibili/user-channel.ts @@ -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) => ({ diff --git a/lib/routes/bilibili/user-collection.ts b/lib/routes/bilibili/user-collection.ts index 03a4976000dea5..37196e9c85fa09 100644 --- a/lib/routes/bilibili/user-collection.ts +++ b/lib/routes/bilibili/user-collection.ts @@ -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) => ({