From a413d85b658bd0f76990d6ead16700ad756738c3 Mon Sep 17 00:00:00 2001 From: tangly Date: Sun, 7 Nov 2021 10:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=8D=A1=E7=89=8C=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/BlogPostCard.js | 4 ++-- components/BlogPostListScroll.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/BlogPostCard.js b/components/BlogPostCard.js index 27c50b17..ffff6556 100644 --- a/components/BlogPostCard.js +++ b/components/BlogPostCard.js @@ -5,11 +5,11 @@ import React from 'react' const BlogPostCard = ({ post }) => { return ( -
+
{/* 封面图 */} {post.page_cover && post.page_cover.length > 1 && ( - {post.title} + {post.title} )} diff --git a/components/BlogPostListScroll.js b/components/BlogPostListScroll.js index 423ee6c0..fc2c32b0 100644 --- a/components/BlogPostListScroll.js +++ b/components/BlogPostListScroll.js @@ -72,7 +72,7 @@ const BlogPostListScroll = ({ posts = [], tags, currentSearch, currentCategory, )} {/* 文章列表 */} -
+
{postsToShow.map(post => ( ))}