From b1f4c67eb75ce66bcb4331a1f1e570229b5c0d2e Mon Sep 17 00:00:00 2001 From: opensnail <598092184@qq.com> Date: Fri, 10 May 2024 09:22:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.0.0):=20=E9=9A=90=E8=97=8F=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E8=8F=9C=E5=8D=95=E5=92=8C=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E6=B7=B1=E8=89=B2=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/index.ts | 1 + src/theme/settings.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index 928600c..b7fc637 100644 --- a/src/router/routes/index.ts +++ b/src/router/routes/index.ts @@ -61,6 +61,7 @@ const customRoutes: CustomRoute[] = [ title: 'document', i18nKey: 'route.document', order: 2, + hideInMenu: true, icon: 'mdi:file-document-multiple-outline' }, children: [ diff --git a/src/theme/settings.ts b/src/theme/settings.ts index 1ca0a40..78ebada 100644 --- a/src/theme/settings.ts +++ b/src/theme/settings.ts @@ -34,7 +34,7 @@ export const themeSettings: App.Theme.ThemeSetting = { }, fixedHeaderAndTab: true, sider: { - inverted: false, + inverted: true, width: 220, collapsedWidth: 64, mixWidth: 90,