From ea0b0c8fd51195d5216df8d4d278108cd61226dd Mon Sep 17 00:00:00 2001 From: tianyaxiang Date: Sun, 2 Feb 2025 14:59:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=B7=B3=E8=BD=AC=E5=88=B0?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 44 +++----------------------------------------- 1 file changed, 3 insertions(+), 41 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e3ce03..2ed1d06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,45 +1,7 @@ 'use client' -import { MainNav } from '@/components/nav/MainNav' -import Link from 'next/link' -import { Logo } from '@/components/icons/Logo' +import { redirect } from 'next/navigation' export default function Home() { - return ( -
- -
-
-
-
- -
-

- 内容转换工具 -

-

- 选择需要使用的功能 -

-
-
- -
- -

- 微信公众号 - -

-

- 将内容转换为微信公众号格式,支持多种样式模板 -

- -
-
-
-
-
- ) -} \ No newline at end of file + redirect('/wechat') +} \ No newline at end of file