mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +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