blob: 388271c52a54079a96e9b2ebefdf9c87a99c120e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
BotSelfConfig:
host: "127.0.0.1"
port: 20000
debug: false
superusers: ["1234567890"]
nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"]
command_start: ["", "/"]
command_sep: ["."]
session_expire_timeout: 60
proxy: "" # 请参考文档
InlineGoCQHTTP:
enabled: true
accounts: # 可多个账号,具体请参考文档
- uin: 1234567890
password: ""
protocol: 3
download_version: "latest"
SauceNAO:
key: ""
Setu:
reverse_proxy: true # 请参考文档
reverse_proxy_domain: "i.pixiv.re"
|