feat: v2 版本 #206

Merged
huanghaosheng merged 201 commits from v2 into main 2026-06-22 16:01:28 +08:00
Showing only changes of commit 9ad486d117 - Show all commits

View File

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