fix: 修复哔哩哔哩链接不存在

This commit is contained in:
imsyy 2023-04-24 14:55:19 +08:00
parent 5b97cf112d
commit b69c30d727
2 changed files with 204 additions and 206 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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}`,
};
});