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

聊天

与打手沟通

) }