mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
feat(projects): new layout,tab and add update theme settings
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import {
|
||||
themeLayoutModeOptions,
|
||||
themeScrollModeOptions,
|
||||
themeTabModeOptions,
|
||||
themeHorizontalMenuPositionOptions,
|
||||
themeAnimateModeOptions
|
||||
@@ -41,6 +42,8 @@ const defaultThemeSetting: Theme.Setting = {
|
||||
mode: 'vertical',
|
||||
modeList: themeLayoutModeOptions
|
||||
},
|
||||
scrollMode: 'content',
|
||||
scrollModeList: themeScrollModeOptions,
|
||||
themeColor: themeColorList[0],
|
||||
themeColorList,
|
||||
otherColor: {
|
||||
|
||||
Reference in New Issue
Block a user