This commit is contained in:
mei 2025-06-02 10:22:55 +08:00
parent e3fd88980a
commit 0e31c4de34
3 changed files with 7 additions and 6 deletions

View File

@ -1,2 +1 @@
NEXT_PUBLIC_BASE_URL=https://example.net
NEXT_PUBLIC_SUPPORT_EMAIL=example@example.net
NEXT_PUBLIC_BASE_URL=https://example.net

View File

@ -14,7 +14,8 @@ export default function Home() {
<a href="https://www.rainyun.com/cat_"></a>
</p>
<p> cat ,</p>
<p className="mt-2">
// 这里可以正常使用,不过应该没啥用
{/* <p className="mt-2">
{" "}
<a
href={`mailto:${process.env.NEXT_PUBLIC_SUPPORT_EMAIL}`}
@ -22,7 +23,7 @@ export default function Home() {
>
{process.env.NEXT_PUBLIC_SUPPORT_EMAIL}
</a>
</p>
</p> */}
</div>
</div>
</main>

View File

@ -210,7 +210,8 @@ export default function RedirectPage({
</CardContent>
</Card>
</CardContent>
<CardFooter className="justify-center">
// 这里可以正常使用,不过应该没啥用
{/* <CardFooter className="justify-center">
<p className="text-sm text-gray-500">
{" "}
<a
@ -220,7 +221,7 @@ export default function RedirectPage({
{process.env.NEXT_PUBLIC_SUPPORT_EMAIL}
</a>
</p>
</CardFooter>
</CardFooter> */}
</Card>
</div>
);