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'>