diff --git a/themes/heo/index.js b/themes/heo/index.js index ae0b21d8..619bb90d 100644 --- a/themes/heo/index.js +++ b/themes/heo/index.js @@ -284,18 +284,18 @@ const LayoutSlug = props => { return ( <>
+ className={`article h-full w-full ${fullWidth ? '' : 'xl:max-w-5xl'} ${hasCode ? 'xl:w-[73.15vw]' : ''} lg:hover:shadow lg:border rounded-2xl lg:px-2 lg:py-4 bg-white dark:bg-[#18171d] dark:border-gray-600`}> + {/* 文章锁 */} {lock && } {!lock && ( -
+
+ {/* 文章主体 */}
+ className='wow fadeInUp'> {/* Notion文章主体 */}
@@ -318,6 +318,7 @@ const LayoutSlug = props => { {/* 上一篇\下一篇文章 */} + {/* 评论区 */} {fullWidth ? null : (