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:

View File

@@ -33,7 +33,7 @@
"i18next": "^25.4.1",
"i18next-resources-to-backend": "^1.2.1",
"lucide-react": "^0.424.0",
"next": "15.2.4",
"next": "15.5.9",
"next-language-detector": "^1.1.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.40",
@@ -56,7 +56,7 @@
"@tailwindcss/typography": "^0.5.13",
"drizzle-kit": "^0.31.4",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-config-next": "15.5.9",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tsx": "^4.20.4"

7097
web/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff