From a37bb0a8942865dca50f4f4bfa1e9a1bbfae93c7 Mon Sep 17 00:00:00 2001 From: cirry <812852553@qq.com> Date: Fri, 3 Jul 2026 11:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/DirectorySidebar.vue | 4 +- src/components/MarkdownEditor.vue | 151 +--------------------------- 3 files changed, 4 insertions(+), 153 deletions(-) diff --git a/src/App.vue b/src/App.vue index 69d744b..811d338 100644 --- a/src/App.vue +++ b/src/App.vue @@ -209,7 +209,7 @@ listen("menu-event", (event) => { /> -
+
(() => { }); // ---- sidebar view mode ---- -type ViewMode = "folder" | "search" | "outline"; +type ViewMode = "folder" | "search" | "outline" | "setting"; const activeView = ref("folder"); const expanded = ref(true); @@ -124,7 +124,7 @@ const showSettings = ref(false);