From c1c41300f2a1923c3eba657b621f19be6d81df48 Mon Sep 17 00:00:00 2001 From: tianyaxiang Date: Sat, 1 Feb 2025 15:52:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 33 ++++++++++++--------------------- src/components/nav/MainNav.tsx | 7 ++++--- 2 files changed, 16 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d024200..5e3ce03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { MainNav } from '@/components/nav/MainNav' import Link from 'next/link' +import { Logo } from '@/components/icons/Logo' export default function Home() { return ( @@ -10,16 +11,19 @@ export default function Home() {
-
-

- 内容转换工具 -

-

- 选择需要使用的功能 -

+
+ +
+

+ 内容转换工具 +

+

+ 选择需要使用的功能 +

+
-
+
- - -

- 小红书 - -

-

- 将内容转换为小红书笔记格式,轻松发布内容 -

-
diff --git a/src/components/nav/MainNav.tsx b/src/components/nav/MainNav.tsx index 3420570..3068fb6 100644 --- a/src/components/nav/MainNav.tsx +++ b/src/components/nav/MainNav.tsx @@ -4,10 +4,10 @@ import Link from 'next/link' import { usePathname } from 'next/navigation' import { cn } from '@/lib/utils' import { ThemeToggle } from '@/components/theme-toggle' +import { Logo } from '@/components/icons/Logo' const navigation = [ { name: '微信公众号', href: '/wechat' }, - { name: '小红书', href: '/xiaohongshu' }, ] export function MainNav() { @@ -19,8 +19,9 @@ export function MainNav() {
- - NeuraPress + + + NeuraPress