{post.type && !post.type.includes('Page') && (<>
1) ? post.page_cover : BLOG.defaultImgCover} loading='lazy' objectFit='cover' layout='fill' alt={post.title} />
>)}
{/* 文章Title */}
{post.title}
{post.category}
{post.type[0] !== 'Page' && (
{formatDate(
post?.date?.start_date || post.createdTime,
BLOG.lang
)}
)}
{/* 不蒜子 */}
{/* Notion文章主体 */}
{blockMap && (
)}
{/* 推荐文章 */}
{/* 版权声明 */}
{/* 标签列表 */}
{post.tagItems && (
{locale.COMMON.TAGS}:
{post.tagItems.map(tag => (
))}
)}
{prev.title}
{next.title}
{/* 评论互动 */}
{/* 悬浮目录按钮 */}