调整模板

This commit is contained in:
liuwei
2026-04-23 10:50:47 +08:00
parent 9072e7d60b
commit 78b9b39efc
2 changed files with 4 additions and 1 deletions

View File

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

File diff suppressed because one or more lines are too long