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,37 @@
# Epic免费游戏插件配置
[api]
# Epic免费游戏API
base_url = "https://uapis.cn/api/v1/game/epic-free"
timeout = 30
[ai]
# AI润色配置使用AIChat插件的配置
enabled = true
prompt = "请将以下英文游戏简介翻译成简洁流畅的中文保持原意语言生动控制在100字以内。直接输出翻译结果不要添加任何额外说明"
[behavior]
enabled = true
# 启用定时推送的群聊列表(留空表示所有群聊)
enabled_groups = ["47652853273@chatroom", "48712602520@chatroom", "48977668554@chatroom", "51803330518@chatroom"]
# 禁用的群聊列表
disabled_groups = []
# 是否启用指令触发
enable_command = true
# 触发指令
command_keywords = ["/Epic", "/epic", "/Epic免费游戏"]
[schedule]
# 是否启用定时推送
enabled = true
# 定时推送时间:每天 18:00
hour = 18
minute = 40
# 群聊之间的发送间隔(秒)
group_interval = 60
[proxy]
enabled = true
type = "socks5"
host = "38.55.107.103"
port = 53054

File diff suppressed because it is too large Load Diff