修复一些已知问题

This commit is contained in:
Kevin
2026-03-20 17:25:42 +08:00
parent 8af37e5e8e
commit 70070216c4
16 changed files with 350 additions and 74 deletions

View File

@@ -3,6 +3,9 @@ Story 图片回填 — 将 asset:// 引用追加到 markdown 末尾。
图片生成成功后,在正文最后插入 ![alt](asset://asset_id)。
alt 使用原始 prompt 短文prompt_brief而非模板拼接后的完整出图 prompt。
单主图策略Celery 任务在调用本函数前会先 strip 正文中已有 asset:// 插图,
避免与旧版本快照叠加多条引用。
"""