mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 05:04:56 +08:00
fix: 修复哔哩哔哩链接不存在
This commit is contained in:
408
pnpm-lock.yaml
generated
408
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,7 @@ const getData = (data) => {
|
||||
owner: v.owner,
|
||||
data: v.stat,
|
||||
hot: v.stat.view,
|
||||
url: v.short_link,
|
||||
url: v.short_link_v2 || `https://b23.tv/${v.bvid}`,
|
||||
mobileUrl: `https://m.bilibili.com/video/${v.bvid}`,
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user