feat: add icon support for speech providers and update related configurations

This commit is contained in:
aki
2026-04-19 00:19:49 +09:00
parent f0a0706d75
commit 9e237e63d4
20 changed files with 131 additions and 6 deletions
+1
View File
@@ -1709,6 +1709,7 @@ export type TtsSpeechProviderResponse = {
client_type?: string;
created_at?: string;
enable?: boolean;
icon?: string;
id?: string;
name?: string;
updated_at?: string;