diff --git a/src/contentScripts/views/History/History.vue b/src/contentScripts/views/History/History.vue index 4f619792..e9c85777 100644 --- a/src/contentScripts/views/History/History.vue +++ b/src/contentScripts/views/History/History.vue @@ -164,7 +164,7 @@ function getHistoryUrl(item: HistoryItem) { else if (item.history.business === 'live') { return `//live.bilibili.com/${item.history.oid}` } - else if (item.history.business === 'article') { + else if (item.history.business === 'article' || item.history.business === 'article-list') { if (item.history.cid === 0) return `//www.bilibili.com/read/cv${item.history.oid}` else