From 2087a659eb83648b4f1109ad64fb98d00a4e549f Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 1 Oct 2023 15:48:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=A8=E8=A7=86=E9=A2=91=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E9=A1=B6=E9=83=A8=E6=A0=8F=20=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E4=B8=AD=E8=B7=B3=E8=BD=AC=E9=94=99=E8=AF=AF?= =?UTF-8?q?=20#45?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Topbar/TopbarHistoryPop.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Topbar/TopbarHistoryPop.vue b/src/components/Topbar/TopbarHistoryPop.vue index 215221ce..d5222b94 100644 --- a/src/components/Topbar/TopbarHistoryPop.vue +++ b/src/components/Topbar/TopbarHistoryPop.vue @@ -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}`