From 48dc6ce75b670bc864910d3f82a8a5a1e32b7d6f Mon Sep 17 00:00:00 2001 From: KiriAky 107 Date: Sat, 29 Aug 2026 22:49:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E5=AE=8C=E6=88=90=E7=9F=A5?= =?UTF-8?q?=E8=AF=86=E5=AF=B9=E8=AF=9D=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/features/chat/ChatView.vue | 109 ++++++++++++++++++ .../features/chat/ConversationListPanel.vue | 28 +++++ 2 files changed, 137 insertions(+) create mode 100644 frontend/src/features/chat/ChatView.vue create mode 100644 frontend/src/features/chat/ConversationListPanel.vue diff --git a/frontend/src/features/chat/ChatView.vue b/frontend/src/features/chat/ChatView.vue new file mode 100644 index 0000000..833f641 --- /dev/null +++ b/frontend/src/features/chat/ChatView.vue @@ -0,0 +1,109 @@ + + +