From 9a76c657af12d80d4041ee7892b31a31ed5d49db Mon Sep 17 00:00:00 2001 From: laobinghu Date: Sun, 22 Mar 2026 16:03:03 +0800 Subject: [PATCH] feat: sidebar layout with dark mode support Restore full Element Plus sidebar with collapsible navigation, mobile drawer, and dark mode CSS variables integration --- app/layouts/default.vue | 385 +++++++++++++++++++++++++++++++++------- 1 file changed, 323 insertions(+), 62 deletions(-) diff --git a/app/layouts/default.vue b/app/layouts/default.vue index 2287753..69ff625 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -1,12 +1,12 @@