mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: 在视频页的顶部栏 历史记录中跳转错误 #45
This commit is contained in:
@@ -113,7 +113,7 @@ function onClickTab(tabId: number) {
|
||||
function getHistoryUrl(item: HistoryItem) {
|
||||
// Video
|
||||
if (activatedTab.value === 0)
|
||||
return item.history.bvid
|
||||
return `https://www.bilibili.com/video/${item.history.bvid}`
|
||||
// Live
|
||||
else if (activatedTab.value === 1)
|
||||
return `//live.bilibili.com/${item.history.oid}`
|
||||
|
||||
Reference in New Issue
Block a user