From 15bab79ab6621abc2ab3cc15167be4b2472d44a9 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 28 Jun 2023 11:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E6=96=87=E5=AD=97=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=EF=BC=8C=E5=8A=A8=E7=94=BB=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/components/BlogPostCardInfo.js | 8 ++++---- themes/hexo/components/LatestPostsGroup.js | 2 +- themes/hexo/components/Logo.js | 4 ++-- themes/next/components/LatestPostsGroup.js | 2 +- themes/simple/components/BlogItem.js | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/themes/hexo/components/BlogPostCardInfo.js b/themes/hexo/components/BlogPostCardInfo.js index e943c1b0..6f40b297 100644 --- a/themes/hexo/components/BlogPostCardInfo.js +++ b/themes/hexo/components/BlogPostCardInfo.js @@ -16,10 +16,10 @@ export const BlogPostCardInfo = ({ post, showPreview, showPageCover, showSummary - {post.title} + {post.title} @@ -31,7 +31,7 @@ export const BlogPostCardInfo = ({ post, showPreview, showPageCover, showSummary + className="cursor-pointer font-light text-sm menu-link hover:text-indigo-700 dark:hover:text-indigo-400 transform"> {post.category} @@ -72,7 +72,7 @@ export const BlogPostCardInfo = ({ post, showPreview, showPageCover, showSummary + className="font-light menu-link cursor-pointer text-sm leading-4 mr-3"> {post.date?.start_date || post.lastEditedTime} diff --git a/themes/hexo/components/LatestPostsGroup.js b/themes/hexo/components/LatestPostsGroup.js index 20f515a5..22ac3e42 100644 --- a/themes/hexo/components/LatestPostsGroup.js +++ b/themes/hexo/components/LatestPostsGroup.js @@ -59,7 +59,7 @@ const LatestPostsGroup = ({ latestPosts, siteInfo }) => { } >
-
{post.title}
+
{post.title}
{post.lastEditedTime}
diff --git a/themes/hexo/components/Logo.js b/themes/hexo/components/Logo.js index de407279..2dd392b7 100644 --- a/themes/hexo/components/Logo.js +++ b/themes/hexo/components/Logo.js @@ -7,9 +7,9 @@ const Logo = props => { return (
-
{siteInfo?.title || BLOG.TITLE}
+
{siteInfo?.title || BLOG.TITLE}
- ); + ) } export default Logo diff --git a/themes/next/components/LatestPostsGroup.js b/themes/next/components/LatestPostsGroup.js index a12f55b5..bf7cd4be 100644 --- a/themes/next/components/LatestPostsGroup.js +++ b/themes/next/components/LatestPostsGroup.js @@ -44,7 +44,7 @@ const LatestPostsGroup = ({ latestPosts }) => { 'hover:text-white dark:hover:text-white cursor-pointer' } > -
  • {post.title}
  • +
  • {post.title}
  • ) diff --git a/themes/simple/components/BlogItem.js b/themes/simple/components/BlogItem.js index f8ea0f55..b8896311 100644 --- a/themes/simple/components/BlogItem.js +++ b/themes/simple/components/BlogItem.js @@ -12,7 +12,7 @@ export const BlogItem = props => {

    + className="blog-item-title font-bold text-black text-2xl menu-link"> {post.title}