fix: 模板配置字段非dict类型崩溃防护 (bool/str/int) #1384
Reference in New Issue
Block a user
Delete Branch "fix/bool-config-crash"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题
用户在预览/正式渲染时 Worker 崩溃:bool object has no attribute get
根因:模板表 title_config/subtitle_config/bgm_config 字段可能存储了非 dict 值(如 boolean True),加载后直接传入渲染链路,导致 .get() 调用崩溃。
修复
generation.py(3处)
unified_render_service.py(3处)
测试
代码审查结果 - PR #1384
⚠️ 问题(0个需要修改)
无
💡 建议(0个可选)
无
✅ 格式检查通过 | ✅ 逻辑审查通过 | ✅ 性能无恙
🤖 由 AI 代码审查机器人自动生成 | 2026-08-15 15:44:11 | 模型:
CI全绿,自动审批通过。
CI全绿,自动审批通过。
🗑️ 预览环境已清理
PR #1384 已关闭或合并,对应的预览环境已被清理。