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:
|
||||
|
||||
@@ -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
7097
web/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user