-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (34 loc) · 1002 Bytes
/
config.json
File metadata and controls
34 lines (34 loc) · 1002 Bytes
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
{
"general": {
"_skipLCBPathCheck": "跳过路径检查逻辑,直接使用配置路径",
"skipLCBPathCheck": false,
"_LCBPath": "边狱公司游戏路径",
"LCBPath": null,
"_internationalMode": "国际模式,推荐海外用户使用",
"internationalMode": false
},
"install": {
"_installWhenLaunch": "启动工具箱时自动检查更新",
"installWhenLaunch": false,
"_afterInstallClose": "安装完成后是否自动关闭工具箱同时启动游戏",
"afterInstallClose": false
},
"announcement": {
"_getAnno": "是否获取公告",
"getAnno": true,
"_annoVersion": "公告版本号,请勿更改",
"annoVersion": 0
},
"mirrorChyan": {
"_enable": "是否启用Mirror酱服务",
"enable": false,
"_notice": "已提示Mirror酱弹窗",
"notice": false
},
"nodeSelect": {
"_defaultNode": "默认节点",
"defaultNode": "",
"_defaultApiNode": "默认API节点",
"defaultApiNode": ""
}
}