This commit is contained in:
949036910@qq.com
2026-06-02 23:18:07 +08:00
parent 983d96ce7e
commit 7fa83f57b6
4 changed files with 42 additions and 5 deletions

View File

@@ -209,7 +209,8 @@ def _run_advanced(
**config,
"output": output_path,
"video": video_path,
"title": title_text,
# 与 Electron 一致CLI title 仅主标题;勿用步骤 04 整句覆盖 titleText
"title": config.get("titleText") or title_text,
}
generator = AdvancedCoverGenerator(merged)
result = generator.generate()