11
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user