chore: sync current WechatHookBot workspace
This commit is contained in:
37
plugins/EpicFreeGames/config.toml
Normal file
37
plugins/EpicFreeGames/config.toml
Normal 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
Reference in New Issue
Block a user