From 474ebe46e24d60ec6ab5c7305df8220a1aaa77d1 Mon Sep 17 00:00:00 2001 From: linyq Date: Wed, 19 Nov 2025 20:59:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=A1=B9=E5=B9=B6=E6=8F=90=E4=BE=9B=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webui/components/basic_settings.py | 14 ++------------ webui/i18n/zh.json | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/webui/components/basic_settings.py b/webui/components/basic_settings.py index efca97f..430f948 100644 --- a/webui/components/basic_settings.py +++ b/webui/components/basic_settings.py @@ -585,12 +585,7 @@ def render_vision_llm_settings(tr): st_vision_base_url = st.text_input( tr("Vision Base URL"), value=vision_base_url, - help="自定义 API 端点(可选)\n\n" - "留空使用默认端点。可用于:\n" - "• 代理地址(如通过 CloudFlare)\n" - "• 私有部署的模型服务\n" - "• 自定义网关\n\n" - "示例: https://your-proxy.com/v1" + help="自定义 API 端点(可选)找不到供应商才需要填自定义 url" ) # 添加测试连接按钮 @@ -857,12 +852,7 @@ def render_text_llm_settings(tr): st_text_base_url = st.text_input( tr("Text Base URL"), value=text_base_url, - help="自定义 API 端点(可选)\n\n" - "留空使用默认端点。可用于:\n" - "• 代理地址(如通过 CloudFlare)\n" - "• 私有部署的模型服务\n" - "• 自定义网关\n\n" - "示例: https://your-proxy.com/v1" + help="自定义 API 端点(可选)找不到供应商才需要填自定义 url" ) # 添加测试连接按钮 diff --git a/webui/i18n/zh.json b/webui/i18n/zh.json index 4d6e6e9..f9a2da1 100644 --- a/webui/i18n/zh.json +++ b/webui/i18n/zh.json @@ -152,7 +152,7 @@ "API rate limit exceeded. Please wait about an hour and try again.": "API 调用次数已达到限制,请等待约一小时后再试。", "Resources exhausted. Please try again later.": "资源已耗尽,请稍后再试。", "Transcription Failed": "转录失败", - "Short Generate": "短剧混剪 (实验)", + "Short Generate": "短剧混剪", "Generate Short Video Script": "AI生成短剧混剪脚本", "Adjust the volume of the original audio": "调整原始音频的音量", "Original Volume": "视频音量",