-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.json
43 lines (43 loc) · 941 Bytes
/
config.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
{
"js_optimization_level": -1,
"mirai_repo": "https://gitee.com/peratx/mirai-repo/raw/master",
"maven_repo": "https://maven.aliyun.com/repository/public",
"packages": [
{
"id": "net.mamoe:mirai-console",
"channel": "beta",
"version": "2.8.2",
"type": "libs"
},
{
"id": "net.mamoe:mirai-console-terminal",
"channel": "beta",
"version": "2.8.2",
"type": "libs"
},
{
"id": "net.mamoe:mirai-core-all",
"channel": "beta",
"version": "2.8.2",
"type": "libs"
},
{
"id": "org.itxtech:mirai-native",
"channel": "beta",
"version": "2.0.5-cp",
"type": "plugins"
},
{
"id": "net.mamoe:mirai-login-solver-selenium",
"channel": "nightly",
"version": "1.0-dev-16",
"type": "plugins"
}
],
"disabled_scripts": [
"updater"
],
"proxy": "",
"log_level": 1,
"script_props": {}
}