export default function PostDetailPage({ params: _params }: { params: Promise<{ id: string }> }) { return (
帖子内容、评论区