Files

30 lines
771 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 群昵称变动通知插件配置
[plugin]
enabled = true
name = "GroupNicknameNotify"
description = "群成员昵称变更时发送卡片通知"
[behavior]
enabled = true
# 启用通知的群聊列表(为空则对所有群生效)
enabled_groups = []
# 禁用通知的群聊列表
disabled_groups = []
# 启动时预加载群成员昵称缓存(可减少首次变更无法识别的问题)
preload_cache = false
[data]
# 是否从 MemberSync 数据库读取群昵称/头像 URL用于兜底
use_member_sync_db = true
[render]
# 是否使用 HTML 渲染(需要 playwright
use_html = true
# 渲染超时时间(秒)
render_timeout = 12
# 头像下载超时时间(秒)
avatar_timeout = 4
# 发送后清理临时图片文件
cleanup_image = true