From aef0b436c4a2fa806dbf633f0ebd1d510938dfd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Thu, 7 Sep 2023 18:39:10 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=E4=BC=98=E5=8C=96=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=AD=E5=88=87=E6=8D=A2=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E4=BC=9A=E7=99=BD=E5=B1=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 3ea0a25..f905fb1 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -20,11 +20,14 @@ - + + + + @@ -46,6 +49,7 @@ import useAppStore from '@/store/modules/app' import useSettingsStore from '@/store/modules/settings' import useTagsViewStore from '@/store/modules/tagsView' +const dev = import.meta.env.DEV const settingsStore = useSettingsStore() const theme = computed(() => settingsStore.theme) const sidebar = computed(() => useAppStore().sidebar)