|
@@ -18,7 +18,7 @@ import {
|
|
|
|
|
|
const setting: ProjectConfig = {
|
|
|
|
|
|
- showSettingButton: true,
|
|
|
+ showSettingButton: false,
|
|
|
|
|
|
|
|
|
showDarkModeToggle: true,
|
|
@@ -46,7 +46,7 @@ const setting: ProjectConfig = {
|
|
|
colorWeak: false,
|
|
|
|
|
|
|
|
|
- fullContent: false,
|
|
|
+ fullContent: true,
|
|
|
|
|
|
|
|
|
contentMode: ContentEnum.FULL,
|
|
@@ -85,7 +85,7 @@ const setting: ProjectConfig = {
|
|
|
|
|
|
bgColor: SIDE_BAR_BG_COLOR_LIST[0],
|
|
|
|
|
|
- fixed: true,
|
|
|
+ fixed: false,
|
|
|
|
|
|
collapsed: false,
|
|
|
|
|
@@ -102,10 +102,10 @@ const setting: ProjectConfig = {
|
|
|
|
|
|
menuWidth: 210,
|
|
|
|
|
|
- mode: MenuModeEnum.INLINE,
|
|
|
-
|
|
|
+
|
|
|
+ mode: MenuModeEnum.HORIZONTAL,
|
|
|
|
|
|
- type: MenuTypeEnum.SIDEBAR,
|
|
|
+ type: MenuTypeEnum.TOP_MENU,
|
|
|
|
|
|
theme: ThemeEnum.DARK,
|
|
|
|