{
{/* 描述 */}
-
+
{(!showPreview || showSummary) && !post.results && post.summary && (
+ className="replace my-2 text-sm font-light leading-7"> {post.summary}
)} {/* 搜索结果 */} {post.results && ( -+
{post.results.map(r => ( {r} ))}
)} -
+
-
+
+
)
}