回退群总结为Markdown自动渲染模式

- 将 message_summary 输出模式从 template 切回 markdown\n- 恢复历史 md2image 渲染链路,避免模板样式偏差影响上线
This commit is contained in:
liuwei
2026-04-23 10:25:51 +08:00
parent 6fec1025de
commit 30a7d05dbe
2 changed files with 1 additions and 1 deletions

View File

@@ -15,6 +15,6 @@ image_format = "png"
# 图片渲染模式:
# - template: 使用 HTML 模板渲染(模板样式稳定后再切换)
# - markdown: 使用历史 md2image 样式
summary_image_mode = "template"
summary_image_mode = "markdown"
# 总结卡片模板路径(相对项目根目录)
summary_image_template_path = "plugins/message_summary/templates/gemini_summary_card.html"

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB