feat: add ppt_path and max_total_duration to generated_config.yaml

This commit is contained in:
hmo
2026-05-04 00:11:59 +08:00
parent 0b069bc9a3
commit 3325752f02
+2
View File
@@ -1054,6 +1054,8 @@ class PPTParser:
"""创建配置字典""" """创建配置字典"""
return { return {
"video_src": self.video_path, "video_src": self.video_path,
"ppt_path": self.ppt_path,
"max_total_duration": self.max_total_duration,
"clips": clips, "clips": clips,
"output_dir": self.output_dir, "output_dir": self.output_dir,
"term_corrections": self.term_corrections, "term_corrections": self.term_corrections,