llonebot-dist 7.1.2 → 7.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/default_config.json +81 -80
- package/{llonebot.js → llbot.js} +5323 -2845
- package/llbot.js.map +1 -0
- package/node_modules/@minatojs/sql.js/dist/sql-wasm.wasm +0 -0
- package/node_modules/uint8array-extras/index.d.ts +26 -7
- package/node_modules/uint8array-extras/index.js +9 -12
- package/node_modules/uint8array-extras/package.json +1 -1
- package/node_modules/uint8array-extras/readme.md +20 -3
- package/package.json +1 -1
- package/webui/assets/index-BGiNQ_6Z.js +328 -0
- package/webui/assets/index-BYSN445g.css +1 -0
- package/webui/index.html +13 -13
- package//344/275/277/347/224/250/350/257/264/346/230/216.txt +4 -4
- package//346/233/264/346/226/260/346/227/245/345/277/227.txt +476 -448
- package/llonebot.js.map +0 -1
- package/webui/assets/index-B8SmuMJC.js +0 -308
- package/webui/assets/index-CO7Tbtyt.css +0 -1
package/default_config.json
CHANGED
|
@@ -1,80 +1,81 @@
|
|
|
1
|
-
{
|
|
2
|
-
"webui": {
|
|
3
|
-
"enable": true,
|
|
4
|
-
"port": 3080
|
|
5
|
-
},
|
|
6
|
-
"milky": {
|
|
7
|
-
"enable": false,
|
|
8
|
-
"reportSelfMessage": false,
|
|
9
|
-
"http": {
|
|
10
|
-
"port": 3010,
|
|
11
|
-
"prefix": "",
|
|
12
|
-
"accessToken": ""
|
|
13
|
-
},
|
|
14
|
-
"webhook": {
|
|
15
|
-
"urls": []
|
|
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
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
|
|
1
|
+
{
|
|
2
|
+
"webui": {
|
|
3
|
+
"enable": true,
|
|
4
|
+
"port": 3080
|
|
5
|
+
},
|
|
6
|
+
"milky": {
|
|
7
|
+
"enable": false,
|
|
8
|
+
"reportSelfMessage": false,
|
|
9
|
+
"http": {
|
|
10
|
+
"port": 3010,
|
|
11
|
+
"prefix": "",
|
|
12
|
+
"accessToken": ""
|
|
13
|
+
},
|
|
14
|
+
"webhook": {
|
|
15
|
+
"urls": [],
|
|
16
|
+
"accessToken": ""
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"satori": {
|
|
20
|
+
"enable": false,
|
|
21
|
+
"port": 5600,
|
|
22
|
+
"token": ""
|
|
23
|
+
},
|
|
24
|
+
"ob11": {
|
|
25
|
+
"enable": true,
|
|
26
|
+
"connect": [
|
|
27
|
+
{
|
|
28
|
+
"type": "ws",
|
|
29
|
+
"enable": false,
|
|
30
|
+
"port": 3001,
|
|
31
|
+
"heartInterval": 60000,
|
|
32
|
+
"token": "",
|
|
33
|
+
"reportSelfMessage": false,
|
|
34
|
+
"reportOfflineMessage": false,
|
|
35
|
+
"messageFormat": "array",
|
|
36
|
+
"debug": false
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"type": "ws-reverse",
|
|
40
|
+
"enable": false,
|
|
41
|
+
"url": "",
|
|
42
|
+
"heartInterval": 60000,
|
|
43
|
+
"token": "",
|
|
44
|
+
"reportSelfMessage": false,
|
|
45
|
+
"reportOfflineMessage": false,
|
|
46
|
+
"messageFormat": "array",
|
|
47
|
+
"debug": false
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"type": "http",
|
|
51
|
+
"enable": false,
|
|
52
|
+
"port": 3000,
|
|
53
|
+
"token": "",
|
|
54
|
+
"reportSelfMessage": false,
|
|
55
|
+
"reportOfflineMessage": false,
|
|
56
|
+
"messageFormat": "array",
|
|
57
|
+
"debug": false
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"type": "http-post",
|
|
61
|
+
"enable": false,
|
|
62
|
+
"url": "",
|
|
63
|
+
"enableHeart": false,
|
|
64
|
+
"heartInterval": 60000,
|
|
65
|
+
"token": "",
|
|
66
|
+
"reportSelfMessage": false,
|
|
67
|
+
"reportOfflineMessage": false,
|
|
68
|
+
"messageFormat": "array",
|
|
69
|
+
"debug": false
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"enableLocalFile2Url": false,
|
|
74
|
+
"log": true,
|
|
75
|
+
"autoDeleteFile": false,
|
|
76
|
+
"autoDeleteFileSecond": 60,
|
|
77
|
+
"musicSignUrl": "https://llob.linyuchen.net/sign/music",
|
|
78
|
+
"msgCacheExpire": 120,
|
|
79
|
+
"onlyLocalhost": true,
|
|
80
|
+
"ffmpeg": ""
|
|
81
|
+
}
|