From 26abd647591e021ebf70e78aaa442e84d08071bc Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 11 Apr 2023 09:59:22 +0800 Subject: [PATCH] =?UTF-8?q?hexo-=E9=A2=84=E8=A7=88=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/components/BlogPostCardInfo.js | 2 +- themes/matery/components/BlogPostCard.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hexo/components/BlogPostCardInfo.js b/themes/hexo/components/BlogPostCardInfo.js index e55394c1..88ceaeed 100644 --- a/themes/hexo/components/BlogPostCardInfo.js +++ b/themes/hexo/components/BlogPostCardInfo.js @@ -9,7 +9,7 @@ import TagItemMini from './TagItemMini' * @returns */ export const BlogPostCardInfo = ({ post, showPreview, showPageCover, showSummary }) => { - return
+ return
{/* 标题 */} diff --git a/themes/matery/components/BlogPostCard.js b/themes/matery/components/BlogPostCard.js index b3941fdc..194afe9f 100644 --- a/themes/matery/components/BlogPostCard.js +++ b/themes/matery/components/BlogPostCard.js @@ -11,7 +11,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { if (post && !post.page_cover) { post.page_cover = siteInfo?.pageCover } - const showPageCover = CONFIG_MATERY.POST_LIST_COVER && !showPreview && post?.page_cover + const showPageCover = CONFIG_MATERY.POST_LIST_COVER && post?.page_cover const delay = (index % 3) * 300 return (