{post.type && !post.type.includes('Page') && (<>
- {/* 封面图 */}
-
- 1) ? post.page_cover : BLOG.defaultImgCover} loading='lazy' objectFit='cover' layout='fill' alt={post.title} />
-
+
+ 1) ? post.page_cover : BLOG.defaultImgCover} loading='lazy' objectFit='cover' layout='fill' alt={post.title} />
+
-
+
{/* 文章信息 */}
- {post.title}
-{post.summary}
-
-
>)}
-
-
+
- {post.category}
-
-
- {post.type[0] !== 'Page' && (
-
- {formatDate(
- post?.date?.start_date || post.createdTime,
- BLOG.lang
- )}
-
- )}
-
+
+
+
+ {post.category}
+
+
+ {post.type[0] !== 'Page' && (
+
+ {formatDate(
+ post?.date?.start_date || post.createdTime,
+ BLOG.lang
+ )}
+
+ )}
+
{/* 不蒜子 */}
-
+
{post.summary}
+
+
{/* 上一篇下一篇文章 */}
@@ -147,7 +144,7 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, allPosts, categories
@@ -156,10 +153,9 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, allPosts, categories
{/* 评论互动 */}
{/* Notion文章主体 */}
{blockMap && (
@@ -106,12 +104,6 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, allPosts, categories
/>
)}
- {/* 赞赏按钮 */}
-
-
- {/* 推荐文章 */}
-
-
{/* 版权声明 */}
@@ -122,6 +114,9 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, allPosts, categories
+ {/* 推荐文章 */}
+
+
{/* 标签列表 */}
{post.tagItems && (
@@ -137,6 +132,8 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, allPosts, categories
+ @@ -147,7 +144,7 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, allPosts, categories
{next.title}
-
+
+ className='my-10 w-screen md:w-full overflow-x-auto max-w-5xl mx-auto dark:border-gray-700 bg-white dark:bg-gray-700'>
-
{/* 悬浮目录按钮 */}