{post.type && !post.type.includes('Page') && (<> 1) ? post.page_cover : BLOG.defaultImgCover} loading='eager' objectFit='cover' layout='fill' alt={post.title} /> >)} {/* 文章Title */} {post.title} {post.category} {post.type[0] !== 'Page' && ( {date} )} {/* Notion文章主体 */} {blockMap && ( )} {/* 推荐文章 */} {/* 版权声明 */} 版权声明 本文作者: {BLOG.author} 本文链接: {url} 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处! {/* 标签列表 */} {post.tagItems && ( {locale.COMMON.TAGS}: {post.tagItems.map(tag => ( ))} )}