From 4079d97f0fdf3fdd96ad9cff3ad9ffb6d93bc101 Mon Sep 17 00:00:00 2001 From: zetaloop Date: Fri, 20 Feb 2026 20:11:06 +0800 Subject: [PATCH] fix: unify terminology for consumer and player roles --- app/(main)/community/page.tsx | 2 +- app/(main)/post/[id]/page.tsx | 2 +- app/(main)/shop/[id]/page.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/(main)/community/page.tsx b/app/(main)/community/page.tsx index 75fce33..b5552b0 100644 --- a/app/(main)/community/page.tsx +++ b/app/(main)/community/page.tsx @@ -7,7 +7,7 @@ import { Card, CardContent, CardFooter, CardHeader } from "@/components/ui/card" import { mockPosts } from "@/lib/mock-data" const roleLabels: Record = { - consumer: "玩家", + consumer: "消费者", player: "打手", owner: "店主", } diff --git a/app/(main)/post/[id]/page.tsx b/app/(main)/post/[id]/page.tsx index cdf64c1..7744575 100644 --- a/app/(main)/post/[id]/page.tsx +++ b/app/(main)/post/[id]/page.tsx @@ -11,7 +11,7 @@ import { Textarea } from "@/components/ui/textarea" import { mockComments, mockOrders, mockPosts } from "@/lib/mock-data" const roleLabels: Record = { - consumer: "玩家", + consumer: "消费者", player: "打手", owner: "店主", } diff --git a/app/(main)/shop/[id]/page.tsx b/app/(main)/shop/[id]/page.tsx index 5e48ee4..adac6d9 100644 --- a/app/(main)/shop/[id]/page.tsx +++ b/app/(main)/shop/[id]/page.tsx @@ -80,7 +80,7 @@ export default async function ShopPage({ params }: PageProps) {
{shop.playerCount} - 陪玩师 + 打手