1
0

fix: 完善

This commit is contained in:
2025-12-10 13:13:37 +08:00
parent f8e414184e
commit bd7a28718f
12 changed files with 62 additions and 40 deletions

View File

@@ -6,7 +6,7 @@ __all__ = [
"EdgeTTS",
]
TTSs = {
"BaseTTS": BaseTTS,
"EdgeTTS": EdgeTTS,
providers = {
"basetts": BaseTTS,
"edgetts": EdgeTTS,
}