This commit is contained in:
TimoYoung
2025-06-06 17:20:28 +08:00
parent 7ad380d7e0
commit b942cf7cf5
3 changed files with 54 additions and 22 deletions

View File

@@ -26,7 +26,7 @@
"name": "AI字幕自动生成(v2)",
"description": "使用whisper自动生成视频文件字幕,使用大模型翻译字幕成中文。",
"labels": "字幕",
"version": "2.2",
"version": "2.3",
"icon": "autosubtitles.jpeg",
"author": "TimoYoung",
"level": 1,
@@ -37,7 +37,8 @@
"v1.2": "fix openai_proxy打开时,翻译失败的问题,优化日志输出",
"v2.0": "1.引入任务队列 2.支持监听媒体入库自动生成字幕 3.增加任务状态展示界面",
"v2.1": "支持清除历史记录",
"v2.2": "fix"
"v2.2": "fix",
"v2.3": "支持独立的大模型调用配置"
}
},
"CustomSites": {