From cd405da21c5bb9656377344b72631905f872ea28 Mon Sep 17 00:00:00 2001 From: KiriAky 107 Date: Sat, 29 Aug 2026 23:59:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E6=8E=A5=E9=80=9A=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E7=8A=B6=E6=80=81=E4=B8=8E=E6=90=9C=E7=B4=A2=E9=99=8D?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/common/AppShell.vue | 10 +++++- .../src/components/common/PrimarySidebar.vue | 4 +-- .../src/features/settings/SettingsView.vue | 4 ++- frontend/src/features/vault/VaultEntry.vue | 7 ++++- frontend/src/stores/search.ts | 31 ++++++++++++++++--- frontend/src/stores/settings.ts | 28 ++++++++++------- frontend/src/stores/theme.ts | 24 ++++++++++++-- frontend/src/styles/tokens.css | 20 ++++++++++++ 8 files changed, 105 insertions(+), 23 deletions(-) diff --git a/frontend/src/components/common/AppShell.vue b/frontend/src/components/common/AppShell.vue index b53ab2f..fe7c007 100644 --- a/frontend/src/components/common/AppShell.vue +++ b/frontend/src/components/common/AppShell.vue @@ -1,9 +1,10 @@