Skip to content

Commit

Permalink
fix(bilibili): missing image (#17952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuyumi25 authored Dec 20, 2024
1 parent c69b4af commit d46052f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/routes/bilibili/user-channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => ({
Expand Down
1 change: 1 addition & 0 deletions lib/routes/bilibili/user-collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => ({
Expand Down

0 comments on commit d46052f

Please sign in to comment.