From 2d083786bf9270e7f35a105d001d83fc48758c68 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Tue, 25 Nov 2025 23:19:38 +0800 Subject: [PATCH] fix: integrate sidebar components --- static/src/App.vue | 805 ++++-------------- static/src/app.ts | 2 - .../sidebar/ConversationSidebar.vue | 33 +- .../components/sidebar/_conversation.scss | 7 +- 4 files changed, 181 insertions(+), 666 deletions(-) diff --git a/static/src/App.vue b/static/src/App.vue index 984c99d..48266ed 100644 --- a/static/src/App.vue +++ b/static/src/App.vue @@ -1,665 +1,150 @@