From 0e31c4de34b7c94282f90b0646b09475a43887d9 Mon Sep 17 00:00:00 2001 From: mei Date: Mon, 2 Jun 2025 10:22:55 +0800 Subject: [PATCH] fix bug --- .env.example | 3 +-- app/page.tsx | 5 +++-- app/s/[shortCode]/page.tsx | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index f39ad06..66aaeab 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1 @@ -NEXT_PUBLIC_BASE_URL=https://example.net -NEXT_PUBLIC_SUPPORT_EMAIL=example@example.net \ No newline at end of file +NEXT_PUBLIC_BASE_URL=https://example.net \ No newline at end of file diff --git a/app/page.tsx b/app/page.tsx index 47da9de..0b94acb 100755 --- a/app/page.tsx +++ b/app/page.tsx @@ -14,7 +14,8 @@ export default function Home() { 雨云,性价比超高!

注册时填写优惠码 cat ,享更多优惠!

-

+ // 这里可以正常使用,不过应该没啥用 + {/*

违规举报:{" "} {process.env.NEXT_PUBLIC_SUPPORT_EMAIL} -

+

*/} diff --git a/app/s/[shortCode]/page.tsx b/app/s/[shortCode]/page.tsx index add507e..75928d2 100755 --- a/app/s/[shortCode]/page.tsx +++ b/app/s/[shortCode]/page.tsx @@ -210,7 +210,8 @@ export default function RedirectPage({ - + // 这里可以正常使用,不过应该没啥用 + {/*

违规举报:{" "}

-
+
*/} );