feat:部署修改

This commit is contained in:
2026-06-20 23:35:13 +08:00
parent 2fb23852ef
commit 9ad486d117

View File

@@ -69,6 +69,7 @@ export interface ConfigMessage {
tts_enabled?: boolean;
detail_level?: "low" | "high";
language?: string;
scenario?: string;
};
}