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
+3
View File
@@ -13111,6 +13111,9 @@ const docTemplate = `{
"enable": {
"type": "boolean"
},
"icon": {
"type": "string"
},
"id": {
"type": "string"
},
+3
View File
@@ -13102,6 +13102,9 @@
"enable": {
"type": "boolean"
},
"icon": {
"type": "string"
},
"id": {
"type": "string"
},
+2
View File
@@ -2880,6 +2880,8 @@ definitions:
type: string
enable:
type: boolean
icon:
type: string
id:
type: string
name: