fix: unify terminology for consumer and player roles
This commit is contained in:
@@ -80,7 +80,7 @@ export default async function ShopPage({ params }: PageProps) {
|
||||
<div className="flex items-center gap-1">
|
||||
<Users className="w-4 h-4" />
|
||||
<span className="font-medium">{shop.playerCount}</span>
|
||||
<span className="text-muted-foreground">陪玩师</span>
|
||||
<span className="text-muted-foreground">打手</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user