From ebca42c34efa9f09ae475f47351f5baac32477ee Mon Sep 17 00:00:00 2001 From: nepiedg <806669289@qq.com> Date: Wed, 4 Mar 2026 00:32:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20MVP=20=E7=B2=BE=E7=AE=80=E7=89=88=20-?= =?UTF-8?q?=20=E9=9A=90=E8=97=8F=20AI=20=E5=8A=A9=E6=89=8B=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 从 TabBar 移除 AI 助手入口,首页隐藏 AI 提示卡片。保留首页、统计、记录、我的四个核心 Tab,聚焦记录与数据功能优先上线。 Made-with: Cursor --- pages.json | 6 ------ pages/index/index.vue | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/pages.json b/pages.json index db66f87..5ee1836 100644 --- a/pages.json +++ b/pages.json @@ -69,12 +69,6 @@ "iconPath": "", "selectedIconPath": "" }, - { - "pagePath": "pages/ai/index", - "text": "AI助手", - "iconPath": "", - "selectedIconPath": "" - }, { "pagePath": "pages/logs/index", "text": "记录", diff --git a/pages/index/index.vue b/pages/index/index.vue index ee56cfa..e01d0d6 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -22,6 +22,7 @@ +