mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge branch 'preview-fixes'
This commit is contained in:
commit
881ccf2f0e
@ -84,7 +84,7 @@ export default Vue.extend({
|
||||
const author = lodash.get(card, 'modules.module_author')
|
||||
return {
|
||||
id: card.id_str,
|
||||
aid: archive.aid,
|
||||
aid: parseInt(archive.aid),
|
||||
bvid: archive.bvid,
|
||||
videoUrl: `https://www.bilibili.com/${archive.bvid}`,
|
||||
coverUrl: archive.cover,
|
||||
|
||||
@ -125,7 +125,7 @@ export const getVideoFeeds = withContentFilter(
|
||||
})
|
||||
return {
|
||||
id: card.id_str,
|
||||
aid: archive.aid,
|
||||
aid: parseInt(archive.aid),
|
||||
bvid: archive.bvid,
|
||||
title: archive.title,
|
||||
upFaceUrl: author.face,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user