mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
feat(projects): add switch for customize darkmode transition
This commit is contained in:
2
src/typings/system.d.ts
vendored
2
src/typings/system.d.ts
vendored
@@ -90,6 +90,8 @@ declare namespace Theme {
|
||||
darkMode: boolean;
|
||||
/** 是否自动跟随系统主题 */
|
||||
followSystemTheme: boolean;
|
||||
/** 自定义暗黑动画过渡 */
|
||||
isCustomizeDarkModeTransition: boolean;
|
||||
/** 布局样式 */
|
||||
layout: Layout;
|
||||
/** 滚动模式 */
|
||||
|
||||
Reference in New Issue
Block a user