mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: open History‘s article is error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user