feat(webui): 新增脚本设置功能并优化关键帧提取- 在 script_settings.py 中添加了三个新的输入框,用于设置 skip_seconds、threshold 和 vision_batch_size- 更新了关键帧提取过程,使用新设置的参数替代了配置文件中的固定值

- 在 i18n/zh.json 中添加了相关翻译,确保新功能支持中文
This commit is contained in:
linyq 2024-11-18 12:23:36 +08:00
parent 420f9392e3
commit 0310798868

View File

@ -3,7 +3,7 @@ name: Latest Changes
on:
pull_request_target:
branches:
- master
- main
types:
- closed
workflow_dispatch: