chore: sync current WechatHookBot workspace
This commit is contained in:
44
plugins/SpeechLeaderboard/config.toml
Normal file
44
plugins/SpeechLeaderboard/config.toml
Normal file
@@ -0,0 +1,44 @@
|
||||
# 发言榜插件配置
|
||||
|
||||
[behavior]
|
||||
# 是否启用插件
|
||||
enabled = true
|
||||
# 管理员 wxid 列表(为空则使用 main_config.toml 的 Bot.admins)
|
||||
admins = []
|
||||
# 测试指令(仅管理员可用)
|
||||
test_keywords = ["/发言榜"]
|
||||
# 启用的群聊列表(为空则对所有群生效)
|
||||
enabled_groups = []
|
||||
# 禁用的群聊列表
|
||||
disabled_groups = []
|
||||
# 昨日发言人数不足该值则不触发
|
||||
min_speakers = 5
|
||||
# 排行榜展示人数
|
||||
top_n = 20
|
||||
# 每多少句发言 +1 积分
|
||||
messages_per_point = 5
|
||||
# 龙王额外奖励积分
|
||||
dragon_bonus = 5
|
||||
# 群消息间隔(秒)
|
||||
group_interval = 1.5
|
||||
# 是否排除机器人自己的发言
|
||||
exclude_bot = true
|
||||
|
||||
[schedule]
|
||||
# 是否启用定时任务
|
||||
enabled = true
|
||||
# 每天 09:30 触发
|
||||
hour = 9
|
||||
minute = 30
|
||||
|
||||
[render]
|
||||
# 是否使用 HTML 渲染(推荐)
|
||||
use_html = true
|
||||
# 是否发送后清理图片文件
|
||||
cleanup_image = true
|
||||
# HTML 渲染超时(秒)
|
||||
render_timeout = 20
|
||||
# 背景来源: local / api
|
||||
bg_source = "local"
|
||||
# 背景 API(bg_source=api 时生效)
|
||||
bg_api_url = ""
|
||||
Reference in New Issue
Block a user