chore: sync current WechatHookBot workspace
This commit is contained in:
23
plugins/DogDiary/config.toml
Normal file
23
plugins/DogDiary/config.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
# 舔狗日记插件配置
|
||||
|
||||
[plugin]
|
||||
enabled = true
|
||||
name = "DogDiary"
|
||||
description = "舔狗日记插件,发送舔狗日记"
|
||||
|
||||
[api]
|
||||
# API 配置
|
||||
url = "https://v2.xxapi.cn/api/dog"
|
||||
timeout = 30 # 请求超时时间(秒)
|
||||
|
||||
[behavior]
|
||||
# 触发关键词(精确匹配)
|
||||
keywords = ["舔狗", "舔狗日记"]
|
||||
# 是否在群聊中启用
|
||||
enable_group = true
|
||||
# 是否在私聊中启用
|
||||
enable_private = true
|
||||
# 启用的群聊列表(为空则对所有群生效)
|
||||
enabled_groups = []
|
||||
# 禁用的群聊列表
|
||||
disabled_groups = []
|
||||
Reference in New Issue
Block a user