mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: 【Bug】观看历史界面部分专栏封面不显示 #87
This commit is contained in:
@@ -174,7 +174,7 @@ function getHistoryUrl(item: HistoryItem) {
|
||||
}
|
||||
|
||||
function getHistoryItemCover(item: HistoryItem) {
|
||||
if (item.history.business === 'article') {
|
||||
if (item.history.business === 'article' || item.history.business === 'article-list') {
|
||||
if (item.covers)
|
||||
return removeHttpFromUrl(`${item.covers[0]}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user