refactor(projects): 代码优化

This commit is contained in:
Soybean
2022-05-11 00:18:36 +08:00
parent 50d7ccd82d
commit a1c7e10574
5 changed files with 24 additions and 28 deletions

View File

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