refactor: 更新音频文件路径和UI样式调整
fix: 修正TTS提供商配置中的null值问题 chore: 清理无用文件和更新输入文本内容
This commit is contained in:
@@ -9,17 +9,17 @@
|
||||
"api_url": null
|
||||
},
|
||||
"doubao": {
|
||||
"X-Api-App-Id": "null",
|
||||
"X-Api-Access-Key": "null"
|
||||
"X-Api-App-Id": null,
|
||||
"X-Api-Access-Key": null
|
||||
},
|
||||
"fish": {
|
||||
"api_key": "null"
|
||||
"api_key": null
|
||||
},
|
||||
"minimax": {
|
||||
"group_id": "null",
|
||||
"api_key": "null"
|
||||
"group_id": null,
|
||||
"api_key": null
|
||||
},
|
||||
"gemini": {
|
||||
"api_key": "null"
|
||||
"api_key": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user