feat(sj_1.0.0): 隐藏文档菜单和侧边栏深色设置

This commit is contained in:
opensnail 2024-05-10 09:22:11 +08:00
parent b45de7deaa
commit b1f4c67eb7
2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ const customRoutes: CustomRoute[] = [
title: 'document',
i18nKey: 'route.document',
order: 2,
hideInMenu: true,
icon: 'mdi:file-document-multiple-outline'
},
children: [

View File

@ -34,7 +34,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
},
fixedHeaderAndTab: true,
sider: {
inverted: false,
inverted: true,
width: 220,
collapsedWidth: 64,
mixWidth: 90,