From 6ef99e1553e9f354d4dc6f8fc27664c105fee85f Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 21 Dec 2025 21:19:54 +0800 Subject: [PATCH] feat: enhance ChatInput and ConversationSidebar dark theme --- dashboard/src/components/chat/ChatInput.vue | 14 ++++++++++++-- .../src/components/chat/ConversationSidebar.vue | 3 ++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/dashboard/src/components/chat/ChatInput.vue b/dashboard/src/components/chat/ChatInput.vue index 402a9e3a9..4bc2c1a38 100644 --- a/dashboard/src/components/chat/ChatInput.vue +++ b/dashboard/src/components/chat/ChatInput.vue @@ -1,7 +1,15 @@