diff --git a/app/(main)/help/page.tsx b/app/(main)/help/page.tsx
index fb15fa3..87429b4 100644
--- a/app/(main)/help/page.tsx
+++ b/app/(main)/help/page.tsx
@@ -4,8 +4,8 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
export default function HelpPage() {
return (
-
帮助中心
-
+ 帮助中心
+
常见流程
diff --git a/app/(main)/post/[id]/page.tsx b/app/(main)/post/[id]/page.tsx
index 628d5e8..c432d5e 100644
--- a/app/(main)/post/[id]/page.tsx
+++ b/app/(main)/post/[id]/page.tsx
@@ -21,7 +21,7 @@ export default async function PostDetailPage({ params }: { params: Promise<{ id:
const linkedPlayer = linkedOrder ? getPlayerById(linkedOrder.playerId) : null
return (
-
+
-
+
@@ -52,13 +52,13 @@ export default async function PostDetailPage({ params }: { params: Promise<{ id:
- {post.title}
+ {post.title}
{post.content}
{post.images.length > 0 && (
{post.images.map((img) => (
-
+
))}
diff --git a/app/(main)/post/new/page.tsx b/app/(main)/post/new/page.tsx
index e9f182f..02d657c 100644
--- a/app/(main)/post/new/page.tsx
+++ b/app/(main)/post/new/page.tsx
@@ -92,7 +92,7 @@ export default function NewPostPage() {
}
return (
-