From ca8532815a6050da61f8b0fe612fef6fe0506921 Mon Sep 17 00:00:00 2001 From: Lexcubia Date: Mon, 21 Apr 2025 19:12:10 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E6=9B=BF=E6=8D=A2=E7=BD=91?= =?UTF-8?q?=E7=AB=99=E5=9B=BE=E6=A0=87=E4=B8=BA=E6=96=B0=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E7=9A=84=20logo.svg=EF=BC=8C=E5=88=A0=E9=99=A4=E6=97=A7?= =?UTF-8?q?=E7=9A=84=20vite.svg=20=E6=96=87=E4=BB=B6=EF=BC=8C=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E8=81=8A=E5=A4=A9=E7=95=8C=E9=9D=A2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BB=A5=E5=A2=9E=E5=BC=BA=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=80=82?= =?UTF-8?q?=E9=85=8D=EF=BC=8C=E4=BF=AE=E6=94=B9=E8=81=8A=E5=A4=A9=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E9=80=89=E6=8B=A9=E5=99=A8=E7=9A=84=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BC=98=E5=8C=96=E4=B8=BB?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E4=BB=A5=E9=9A=90=E8=97=8F=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- public/lgogo.svg | 6 +++ public/lgoo.svg | 8 +++ public/logo.svg | 27 +++++++++++ public/vite.svg | 1 - src/layouts/MainLayout.vue | 2 +- src/views/chat/ChatHeader.vue | 37 ++++++++++++-- src/views/chat/ChatInterface.vue | 2 +- src/views/chat/ChatModeSelector.vue | 75 ++++++++++++++++++++++++----- 9 files changed, 139 insertions(+), 21 deletions(-) create mode 100644 public/lgogo.svg create mode 100644 public/lgoo.svg create mode 100644 public/logo.svg delete mode 100644 public/vite.svg diff --git a/index.html b/index.html index 699ab06..1a5d03a 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + 对话 diff --git a/public/lgogo.svg b/public/lgogo.svg new file mode 100644 index 0000000..0fc8fd8 --- /dev/null +++ b/public/lgogo.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/lgoo.svg b/public/lgoo.svg new file mode 100644 index 0000000..a768896 --- /dev/null +++ b/public/lgoo.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..afd5bb0 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 475fe03..679e083 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -1,6 +1,6 @@