refactor: 更新配置文件路径和依赖版本

将多个检查脚本中的tts_providers.json路径改为tts_providers-local.json
升级next和eslint-config-next到15.5.9版本
This commit is contained in:
hex2077
2026-01-06 23:58:44 +08:00
parent 1d750ef616
commit 2d94f98de7
6 changed files with 7103 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import json
def check_doubao_tts_voices():
config_file_path = "../config/doubao-tts.json"
tts_providers_path = "../config/tts_providers.json"
tts_providers_path = "../config/tts_providers-local.json"
test_text = "你好" # 测试文本
try:

View File

@@ -6,7 +6,7 @@ import json
def check_fishaudio_voices():
config_file_path = "../config/fish-audio.json"
tts_providers_path = "../config/tts_providers.json"
tts_providers_path = "../config/tts_providers-local.json"
test_text = "你好" # 测试文本
try:

View File

@@ -8,7 +8,7 @@ import json
def check_gemini_voices():
config_file_path = "../config/gemini-tts.json"
tts_providers_path = "../config/tts_providers.json"
tts_providers_path = "../config/tts_providers-local.json"
test_text = "你好" # 测试文本
try:

View File

@@ -6,7 +6,7 @@ import json
def check_minimax_voices():
config_file_path = "../config/minimax.json"
tts_providers_path = "../config/tts_providers.json"
tts_providers_path = "../config/tts_providers-local.json"
test_text = "你好" # 测试文本
try: