From 3ab287536ca66987716e1abd090e516c898d8b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=98=89=E6=82=A6?= Date: Tue, 27 May 2025 02:08:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=9C=AA=E7=99=BB=E5=BD=95=E6=97=B6=E5=80=99=E7=9A=84=E6=B6=88?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/Aside/index.vue | 2 + .../Header/components/CreateChat.vue | 21 +- src/layouts/components/Main/index.vue | 7 +- src/pages/chat/index.vue | 6 - src/pages/chat/layouts/chatWithId/index.vue | 290 +++++++++++++++++- types/components.d.ts | 2 +- 6 files changed, 310 insertions(+), 18 deletions(-) diff --git a/src/layouts/components/Aside/index.vue b/src/layouts/components/Aside/index.vue index 5303c4b..010001b 100644 --- a/src/layouts/components/Aside/index.vue +++ b/src/layouts/components/Aside/index.vue @@ -257,11 +257,13 @@ function handleMenuCommand(command: string, item: ConversationItem
@@ -24,4 +29,18 @@ function handleCreatChat() {
- + diff --git a/src/layouts/components/Main/index.vue b/src/layouts/components/Main/index.vue index 14c0c5d..ed55d63 100644 --- a/src/layouts/components/Main/index.vue +++ b/src/layouts/components/Main/index.vue @@ -24,7 +24,10 @@ provide('refresh', refreshMainPage); + diff --git a/types/components.d.ts b/types/components.d.ts index d2f14f7..cae2719 100644 --- a/types/components.d.ts +++ b/types/components.d.ts @@ -3,7 +3,7 @@ // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 // biome-ignore lint: disable -export {}; +export {} /* prettier-ignore */ declare module 'vue' {