/** * 设置状态类型声明 */ export interface SettingState { theme: string; tagsView: boolean; fixedHeader: boolean; showSettings: boolean; sidebarLogo: boolean; }