diff --git a/src/contentScripts/views/App.vue b/src/contentScripts/views/App.vue index 44ba5d95..fc26c4e2 100644 --- a/src/contentScripts/views/App.vue +++ b/src/contentScripts/views/App.vue @@ -161,6 +161,9 @@ function handleDockItemClick(dockItem: DockItem) { if (dockItem.useOriginalBiliPage) { // It seem like the `activatedPage` watcher above will handle this, so no need to set iframePageURL.value here // iframePageURL.value = dockItem.url + if (!isHomePage()) { + location.href = `https://www.bilibili.com/?page=${dockItem.page}` + } } else { if (isHomePage()) {