From 7bf1338b3983a63b8b2a46bdf4e534a2ca30e7f9 Mon Sep 17 00:00:00 2001 From: zetaloop Date: Wed, 25 Feb 2026 04:45:57 +0800 Subject: [PATCH] style(pages): extend proto2 styling to core flows --- app/(main)/community/page.tsx | 4 ++-- app/(main)/player/[id]/page.tsx | 8 ++++---- app/(main)/shop/[id]/page.tsx | 4 ++-- app/(order)/order/[id]/page.tsx | 2 +- app/(order)/order/new/page.tsx | 1 + 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/app/(main)/community/page.tsx b/app/(main)/community/page.tsx index 725a89e..af73ca9 100644 --- a/app/(main)/community/page.tsx +++ b/app/(main)/community/page.tsx @@ -90,7 +90,7 @@ export default function CommunityPage() { return ( - +
@@ -124,7 +124,7 @@ export default function CommunityPage() {
)} {post.linkedOrderId && ( -
+
关联订单秀单 diff --git a/app/(main)/player/[id]/page.tsx b/app/(main)/player/[id]/page.tsx index 4c9b24e..9e271c2 100644 --- a/app/(main)/player/[id]/page.tsx +++ b/app/(main)/player/[id]/page.tsx @@ -34,7 +34,7 @@ export default async function PlayerDetailPage({ params }: { params: Promise<{ i
- + {player.user.nickname[0]} @@ -75,7 +75,7 @@ export default async function PlayerDetailPage({ params }: { params: Promise<{ i
-
+

{player.user.bio || "这个打手很懒,什么都没写~"}

@@ -112,7 +112,7 @@ export default async function PlayerDetailPage({ params }: { params: Promise<{ i {playerServices.map((service) => (
@@ -190,7 +190,7 @@ export default async function PlayerDetailPage({ params }: { params: Promise<{ i

{review.content}

{review.sealed && ( -
+
平台认证评价
diff --git a/app/(main)/shop/[id]/page.tsx b/app/(main)/shop/[id]/page.tsx index 668a15a..740c7e5 100644 --- a/app/(main)/shop/[id]/page.tsx +++ b/app/(main)/shop/[id]/page.tsx @@ -152,7 +152,7 @@ export default async function ShopPage({ params }: PageProps) { {service.description}

{service.rankRange && ( -
+
段位:{service.rankRange}
)} @@ -179,7 +179,7 @@ export default async function ShopPage({ params }: PageProps) {
{shopPlayers.map((player) => ( - +
diff --git a/app/(order)/order/[id]/page.tsx b/app/(order)/order/[id]/page.tsx index 8fb3dd5..f9ade78 100644 --- a/app/(order)/order/[id]/page.tsx +++ b/app/(order)/order/[id]/page.tsx @@ -114,7 +114,7 @@ export default function OrderDetailPage({ params }: { params: Promise<{ id: stri
备注(可选)