refactor: 更新配置文件路径和依赖版本
将多个检查脚本中的tts_providers.json路径改为tts_providers-local.json 升级next和eslint-config-next到15.5.9版本
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user