From d18b3ed3362a50e8607cec3b2764ccd07d0415e0 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 13 Nov 2024 20:16:43 +0800 Subject: [PATCH] =?UTF-8?q?movie-photo=E4=B8=BB=E9=A2=98=E6=B5=85=E8=89=B2?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/movie/components/BlogPostCard.js | 4 ++-- themes/photo/components/BlogPostCard.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/movie/components/BlogPostCard.js b/themes/movie/components/BlogPostCard.js index 771f31b5..fe44b8cd 100644 --- a/themes/movie/components/BlogPostCard.js +++ b/themes/movie/components/BlogPostCard.js @@ -14,7 +14,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { return (
+ className='wow fadeInUp w-full mb-4 cursor-pointer overflow-hidden shadow-movie dark:bg-hexo-black-gray text-white'> {/* 固定高度 ,空白用图片拉升填充 */}
@@ -39,7 +39,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { )}
{/* 阴影遮罩 */} -

+

{siteConfig('POST_TITLE_ICON') && ( )} diff --git a/themes/photo/components/BlogPostCard.js b/themes/photo/components/BlogPostCard.js index 771f31b5..fe44b8cd 100644 --- a/themes/photo/components/BlogPostCard.js +++ b/themes/photo/components/BlogPostCard.js @@ -14,7 +14,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { return (
+ className='wow fadeInUp w-full mb-4 cursor-pointer overflow-hidden shadow-movie dark:bg-hexo-black-gray text-white'> {/* 固定高度 ,空白用图片拉升填充 */}
@@ -39,7 +39,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { )}
{/* 阴影遮罩 */} -

+

{siteConfig('POST_TITLE_ICON') && ( )}