diff --git a/config.example.toml b/config.example.toml index 94a98b7..feaa4ee 100644 --- a/config.example.toml +++ b/config.example.toml @@ -1,5 +1,5 @@ [app] - project_version="0.7.0" + project_version="0.7.1" # 模型验证模式配置 # true: 严格模式,只允许使用预定义支持列表中的模型(默认) diff --git a/project_version b/project_version index bcaffe1..7deb86f 100644 --- a/project_version +++ b/project_version @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.7.1 \ No newline at end of file diff --git a/webui/i18n/zh.json b/webui/i18n/zh.json index f955be9..25ee4bb 100644 --- a/webui/i18n/zh.json +++ b/webui/i18n/zh.json @@ -157,15 +157,15 @@ "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": "视频音量", - "Auto Generate": "纪录片解说 (画面解说)", + "Auto Generate": "逐帧解说", "Frame Interval (seconds)": "帧间隔 (秒)", "Frame Interval (seconds) (More keyframes consume more tokens)": "帧间隔 (秒) (更多关键帧消耗更多令牌)", "Batch Size": "批处理大小", "Batch Size (More keyframes consume more tokens)": "批处理大小, 每批处理越少消耗 token 越多", - "Short Drama Summary": "短剧解说(仅支持 gemini-2.0-flash)" + "Short Drama Summary": "短剧解说" } } \ No newline at end of file