feat(settings): 扩展 SettingsData 加 compact 字段,后端解析与校验
This commit is contained in:
@@ -238,6 +238,7 @@ export type ProviderType = "anthropic" | "openai" | "openai-compatible";
|
||||
export type RuntimeMode = "development" | "production" | "test";
|
||||
|
||||
export interface SettingsData {
|
||||
compact?: boolean;
|
||||
theme: ThemePreference;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user