Merge branch 'preview-fixes'

This commit is contained in:
the1812 2023-09-09 00:06:02 +08:00
commit 881ccf2f0e
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,