fix: rewrite ai-flavored marketing copy with natural language
This commit is contained in:
@@ -122,7 +122,7 @@ export default async function PostDetailPage({ params }: { params: Promise<{ id:
|
||||
</div>
|
||||
|
||||
{comments.length === 0 ? (
|
||||
<p className="text-sm text-muted-foreground text-center py-8">暂无评论,来抢沙发吧</p>
|
||||
<p className="text-sm text-muted-foreground text-center py-8">还没有评论</p>
|
||||
) : (
|
||||
<div className="space-y-4">
|
||||
{comments.map((comment) => (
|
||||
|
||||
Reference in New Issue
Block a user