From 2f10574f8b8d83f5c116ab82eda07b39c2db39d4 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 7 Oct 2021 17:55:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=E6=96=87=E7=AB=A0=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/BlogPostMini.js | 6 +++--- layouts/ArticleLayout.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/BlogPostMini.js b/components/BlogPostMini.js index 92ed7e2f..0b2b8264 100644 --- a/components/BlogPostMini.js +++ b/components/BlogPostMini.js @@ -3,10 +3,10 @@ import BLOG from '@/blog.config' const BlogPostMini = ({ post }) => { return ( + className='sm:flex w-full border dark:border-gray-500 my-2 duration-200 transform hover:scale-105 hover:shadow-2xl bg-white dark:bg-gray-800 dark:hover:bg-gray-700'> {/* 封面图 */} {post.page_cover && post.page_cover.length > 1 && ( - {post.title} + {post.title} )}
@@ -14,7 +14,7 @@ const BlogPostMini = ({ post }) => { className='block my-3 leading-tight font-semibold text-black dark:text-gray-200 hover:underline'> {post.title} -

{post.summary}

+ {/*

{post.summary}

*/} {/*

{BLOG.link}/article/{post.slug}

*/}
diff --git a/layouts/ArticleLayout.js b/layouts/ArticleLayout.js index 5867ecfe..ad50a56c 100644 --- a/layouts/ArticleLayout.js +++ b/layouts/ArticleLayout.js @@ -129,12 +129,12 @@ const ArticleLayout = ({

- ------------- 💖 🌞 本 文 结 束 😚 感 谢 您 的 阅 读 🌞 💖 ------------- + - 💖 本 文 结 束 😚 感 谢 您 的 阅 读 💖 -

{/* 版权声明 */}
+ className='overflow-auto dark:bg-gray-700 dark:text-gray-300 bg-gray-100 p-5 leading-8 border-l-4 border-red-500'>
  • 本文作者:{BLOG.author}
  • 本文链接: {url} 《{frontMatter.title}》
  • @@ -144,7 +144,7 @@ const ArticleLayout = ({
    继续阅读
    -
    +