hexo-预览样式

This commit is contained in:
tangly1024.com
2023-04-11 09:59:22 +08:00
parent a02629aa34
commit 26abd64759
2 changed files with 2 additions and 2 deletions

View File

@@ -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 (
<div