Skip to content

Commit

Permalink
fix more links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young committed Jul 24, 2024
1 parent 310dab6 commit 94f080c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/server/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ const source_to_link = (source_type: string, source_id: string) => {
case "season":
return `https://space.bilibili.com/1/channel/collectiondetail?sid=${source_id}`;
case "favlist":
return `https://space.bilibili.com/list/ml${source_id}`;
return `https://www.bilibili.com/list/ml${source_id}`;
case "series":
return `https://space.bilibili.com/list/${source_id}?sid=${source_id}`;
return `https://www.bilibili.com/list/${source_id}?sid=${source_id}`;
case "up_videos":
return `https://space.bilibili.com/${source_id}`;
default:
Expand Down

0 comments on commit 94f080c

Please sign in to comment.