17 lines
520 B
TOML
17 lines
520 B
TOML
# 60秒读懂世界插件配置
|
|
|
|
[proxy]
|
|
enabled = true
|
|
type = "socks5"
|
|
host = "38.55.107.103"
|
|
port = 53054
|
|
|
|
[behavior]
|
|
enable_command = true # 是否启用指令触发
|
|
command_keywords = ["/60s", "/新闻", "/早报"] # 触发指令
|
|
group_whitelist = ["47652853273@chatroom", "48712602520@chatroom", "48977668554@chatroom", "51803330518@chatroom"] # 群组白名单,留空表示所有群组
|
|
|
|
[schedule]
|
|
enabled = true # 是否启用定时推送
|
|
# 定时任务在代码中配置为每天早上8点
|