fix: 修复哔哩哔哩链接不存在
This commit is contained in:
parent
5b97cf112d
commit
b69c30d727
408
pnpm-lock.yaml
408
pnpm-lock.yaml
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}`,
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user