export interface ThemeSettings { /** 深色模式 */ darkMode: boolean; /** 主题颜色 */ themeColor: string; /** 主题颜色列表 */ themeColorList: string[]; }