chore: sync current WechatHookBot workspace

This commit is contained in:
2026-03-09 15:48:45 +08:00
parent 4016c1e6eb
commit 9119e2307d
195 changed files with 24438 additions and 17498 deletions

View File

@@ -0,0 +1,29 @@
# 群昵称变动通知插件配置
[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