export default function PostDetailPage({ params: _params }: { params: Promise<{ id: string }> }) { return (

帖子详情

帖子内容、评论区

) }