From 9e3bcb75e58a29d05621976f1b9c7b8706b1e952 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 28 Feb 2022 17:46:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=8Carticle-cover=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/Medium/components/BlogPostCard.js | 5 ++--- themes/NEXT/components/BlogPostCard.js | 4 ++-- themes/index.js | 6 +++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/themes/Medium/components/BlogPostCard.js b/themes/Medium/components/BlogPostCard.js index c71b1345..c3e2a1df 100644 --- a/themes/Medium/components/BlogPostCard.js +++ b/themes/Medium/components/BlogPostCard.js @@ -45,10 +45,10 @@ const BlogPostCard = ({ post, showSummary }) => { collection: Collection }} /> -
+
- + {locale.COMMON.ARTICLE_DETAIL} @@ -58,7 +58,6 @@ const BlogPostCard = ({ post, showSummary }) => {
}

-
) diff --git a/themes/NEXT/components/BlogPostCard.js b/themes/NEXT/components/BlogPostCard.js index 8fb3ce7e..d2f2c9be 100644 --- a/themes/NEXT/components/BlogPostCard.js +++ b/themes/NEXT/components/BlogPostCard.js @@ -59,9 +59,9 @@ const BlogPostCard = ({ post, showSummary }) => { /> } -
+
- + {locale.COMMON.ARTICLE_DETAIL} diff --git a/themes/index.js b/themes/index.js index 79876b36..e9b63872 100644 --- a/themes/index.js +++ b/themes/index.js @@ -3,7 +3,7 @@ */ // export * from './Empty' // 空主题 -// export * from './NEXT' -export * from './Fukasawa' -// export * from './Hexo' +export * from './NEXT' +// export * from './Fukasawa' // export * from './Hexo' +// export * from './Medium'