From c9000eb2821707aeec5be89756ee0e12962b776c Mon Sep 17 00:00:00 2001 From: qianmoQ Date: Thu, 25 Jun 2026 17:06:22 +0800 Subject: [PATCH 01/20] =?UTF-8?q?feat(workspace):=20=E5=A4=9A=E6=A0=B9?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8C=BA=E6=94=AF=E6=8C=81=E6=8C=82=E8=BD=BD?= =?UTF-8?q?=E9=A2=9D=E5=A4=96=E6=96=87=E4=BB=B6=E5=A4=B9=20(E3=20phase=201?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 侧栏支持在主根之外挂载额外文件夹,各自独立展开/折叠并加载文件树; 头部新增添加文件夹按钮,挂载根可单独移除;额外根列表持久化到 KV。 Git/搜索仍以主根为准,后续阶段再扩展。 --- src/App.vue | 21 ++++++++++++ src/components/Sidebar.vue | 59 +++++++++++++++++++++++++++++++++- src/components/setting/Lsp.vue | 2 +- src/i18n/locales/en.json | 2 ++ src/i18n/locales/zh-CN.json | 2 ++ 5 files changed, 84 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 69ad0a2e..2bad5c2a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,6 +53,7 @@