refactor: 更新音频文件路径和UI样式调整

fix: 修正TTS提供商配置中的null值问题
chore: 清理无用文件和更新输入文本内容
This commit is contained in:
hex2077
2025-08-20 14:18:18 +08:00
parent a7ef2d6606
commit d3bd3fdff2
26 changed files with 125 additions and 207 deletions

View File

@@ -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
}
}