+
+ {/* 标题 */}
+
- {post.title}
+ {post.title}
-
+
+
- {/* 分类 */}
- { post?.category &&
+ {/* 摘要 */}
+ {(!showPreview || showSummary) && !post.results && (
+
- {post.results.map((r, index) => ( - {r} - ))} -
- )} - {/* 预览 */} - {showPreview && ( -+ {post.results.map((r, index) => ( + {r} + ))} +
+ )} + + {/* 预览 */} + {showPreview && ( +