From a5865dd5597bb2da3fade36329bc11999755977a Mon Sep 17 00:00:00 2001 From: Jafeng <2998840497@qq.com> Date: Mon, 25 Aug 2025 20:51:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE(chore):=20=E5=89=8D=E7=AB=AF=20-=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BE=A7=E8=BE=B9=E6=A0=8F=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E3=80=81=E7=A7=BB=E9=99=A4=E5=BD=93=E5=89=8D=E4=BC=9A=E8=AF=9D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8E=E5=9B=BE=E6=A0=87=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.vue | 104 ++++++++++++++++++---------- frontend/src/components/Sidebar.vue | 100 ++++++++++++++++++++++++++ frontend/src/views/ChatView.vue | 2 +- 3 files changed, 170 insertions(+), 36 deletions(-) create mode 100644 frontend/src/components/Sidebar.vue diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 03d2c66..4ca616d 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,52 +1,28 @@ - + + + + + + ☰ + + + + + diff --git a/frontend/src/views/ChatView.vue b/frontend/src/views/ChatView.vue index 001c0ba..1782c6f 100644 --- a/frontend/src/views/ChatView.vue +++ b/frontend/src/views/ChatView.vue @@ -1,6 +1,6 @@ - 当前会话: {{ conversationId }} +