-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkivi.json
46 lines (46 loc) · 857 Bytes
/
kivi.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"account": 1711798892,
"login_mode": "qrcode",
"device_mode": "sms",
"message_mode": "short",
"password": "",
"log_level": "info",
"admins": [
1447007223
],
"plugins": [
"hello",
"msgrecall",
"每日点赞"
],
"notice": {
"enable": true,
"friend": {
"request": {
"enable": true,
"action": "ignore"
},
"increase": true,
"decrease": true,
"message": false
},
"group": {
"request": {
"enable": true,
"action": "ignore"
},
"increase": true,
"decrease": true,
"ban": true,
"admin": true,
"transfer": true
}
},
"oicq_config": {
"log_level": "info",
"platform": 5,
"data_dir": "D:\\Desktop\\test\\kiwibot\\data\\oicq",
"ffmpeg_path": "ffmpeg",
"ffprobe_path": "ffprobe"
}
}