Files
WeChatHookBot/plugins/EpicFreeGames/config.toml

38 lines
1.0 KiB
TOML
Raw 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.
# 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