diff --git a/app/zone/[user_id]/[any]/page.jsx b/app/zone/[user_id]/[any]/page.jsx index 68fa959..17499b9 100644 --- a/app/zone/[user_id]/[any]/page.jsx +++ b/app/zone/[user_id]/[any]/page.jsx @@ -77,7 +77,7 @@ export default function Zone({ params }) { key: "download", text: "前往下载", primary: true, - onClick: () => router.push("/"), + onClick: () => router.push("https://tiefen.fun"), }, { key: "web", @@ -104,7 +104,7 @@ export default function Zone({ params }) { key: "download", text: "前往下载", primary: true, - onClick: () => router.push("/"), + onClick: () => router.push("https://tiefen.fun"), }, ], content: ( diff --git a/app/zone/[user_id]/page.jsx b/app/zone/[user_id]/page.jsx index 68fa959..17499b9 100644 --- a/app/zone/[user_id]/page.jsx +++ b/app/zone/[user_id]/page.jsx @@ -77,7 +77,7 @@ export default function Zone({ params }) { key: "download", text: "前往下载", primary: true, - onClick: () => router.push("/"), + onClick: () => router.push("https://tiefen.fun"), }, { key: "web", @@ -104,7 +104,7 @@ export default function Zone({ params }) { key: "download", text: "前往下载", primary: true, - onClick: () => router.push("/"), + onClick: () => router.push("https://tiefen.fun"), }, ], content: (