From 775afc03c1f8d4cac2e9a9562905b1e789c3af14 Mon Sep 17 00:00:00 2001 From: LooseLi <1329307562@qq.com> Date: Tue, 25 Jul 2023 15:27:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E7=AB=A0=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=A4=B4=E6=97=A5=E6=9C=9F=E6=A0=BC=E5=BC=8F=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/components/PostHeader.js | 2 +- themes/matery/components/ArticleInfo.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/hexo/components/PostHeader.js b/themes/hexo/components/PostHeader.js index 9701bb6e..1a5237ad 100644 --- a/themes/hexo/components/PostHeader.js +++ b/themes/hexo/components/PostHeader.js @@ -46,7 +46,7 @@ export default function PostHeader({ post, siteInfo }) { passHref className="pl-1 mr-2 cursor-pointer hover:underline"> - {locale.COMMON.POST_TIME}:{post?.publishTime} + {locale.COMMON.POST_TIME}: {post?.publishTime} diff --git a/themes/matery/components/ArticleInfo.js b/themes/matery/components/ArticleInfo.js index af61bb72..bb816059 100644 --- a/themes/matery/components/ArticleInfo.js +++ b/themes/matery/components/ArticleInfo.js @@ -27,11 +27,11 @@ export const ArticleInfo = (props) => { passHref className="cursor-pointer whitespace-nowrap"> - {locale.COMMON.POST_TIME}:{post?.publishTime} + {locale.COMMON.POST_TIME}: {post?.publishTime} - {locale.COMMON.LAST_EDITED_TIME}:{post.lastEditedTime} + {locale.COMMON.LAST_EDITED_TIME}: {post.lastEditedTime}