From 4f8f1cf794340a5705765b114f16f3fcc03a7dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=B0=98?= <237809796@qq.com> Date: Sat, 20 Jun 2026 00:28:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84:=20AiChat=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=90=8C=E6=AD=A5=E5=88=B0=E5=AD=90=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=20scoped=20+=20=E5=A4=8D=E7=94=A8=E6=8A=BD=E5=8F=96(God=20?= =?UTF-8?q?=E6=8B=86=E5=88=86=E9=81=97=E6=BC=8F=E4=BF=AE=E5=A4=8D)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因:AiChat God 拆分(抽 ConversationSidebar/ChatInput/MessageList)时样式没移子组件, 留 AiChat diff --git a/src/components/ai/ConversationSidebar.vue b/src/components/ai/ConversationSidebar.vue index e7bb83c..d8b546d 100644 --- a/src/components/ai/ConversationSidebar.vue +++ b/src/components/ai/ConversationSidebar.vue @@ -463,3 +463,311 @@ defineExpose({ focusSearch, }) + + + diff --git a/src/styles/components.css b/src/styles/components.css index f71cb63..4bf1f2c 100644 --- a/src/styles/components.css +++ b/src/styles/components.css @@ -77,3 +77,50 @@ color: var(--df-text-secondary); border: 0.5px solid var(--df-border); } + +/* — AiChat 图标按钮(共享工具类):TopBar header-actions + ConversationSidebar 新建按钮 — + 原 AiChat.vue