增加视频生成过程详细信息的持久化l; 优化session管理逻辑;

This commit is contained in:
puke
2025-11-17 17:56:07 +08:00
parent d64292dce1
commit fa8051d826
8 changed files with 1043 additions and 416 deletions

View File

@@ -479,7 +479,6 @@ class HTMLFrameGenerator:
# Replace variables in HTML (supports DSL syntax: {{param:type=default}})
html = self._replace_parameters(self.template, context)
logger.debug(f"html--->{html}")
# Use provided output path or auto-generate
if output_path is None:
# Fallback: auto-generate (for backward compatibility)