From e1cdb7b44dd4a08627b537475a482215ea22a0b3 Mon Sep 17 00:00:00 2001 From: imeepos Date: Wed, 30 Jul 2025 19:47:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F=E4=B8=AD=E7=9A=84=E7=A9=BF=E6=90=AD=E7=94=9F?= =?UTF-8?q?=E6=88=90=E8=8F=9C=E5=8D=95=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从Navigation.tsx中移除'穿搭生成'菜单项 - 简化导航结构,专注于核心功能 --- apps/desktop/src/components/Navigation.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/desktop/src/components/Navigation.tsx b/apps/desktop/src/components/Navigation.tsx index c7f30eb..0a7fb49 100644 --- a/apps/desktop/src/components/Navigation.tsx +++ b/apps/desktop/src/components/Navigation.tsx @@ -43,12 +43,6 @@ const Navigation: React.FC = () => { icon: SparklesIcon, description: 'AI穿搭方案推荐与素材检索' }, - { - name: '穿搭生成', - href: '/outfit-photo-generation', - icon: SparklesIcon, - description: 'AI穿搭照片生成' - }, { name: '工具', href: '/tools',