feat(projects): 添加自动跟随系统主题设置

This commit is contained in:
相思
2022-04-29 15:02:51 +08:00
parent 3d8befa376
commit ba07b695dd
6 changed files with 41 additions and 12 deletions

View File

@ -98,6 +98,8 @@ declare namespace Service {
declare namespace Theme {
/** 主题配置 */
interface Setting {
/** 是否自动跟随系统主题 */
followSystemTheme: boolean;
/** 暗黑模式 */
darkMode: boolean;
/** 布局样式 */