blob: 0ff3f140a5c881ff24c4b7f7efde9220edf32e3d (
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
|
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:
accounts: # 可多个账号,具体请参考文档
- uin: 1234567890
password: ""
protocol: 3
download_version: "latest"
SauceNAO:
key: ""
Setu:
reverse_proxy: true # 请参考文档
reverse_proxy_domain: "i.pixiv.re"
|