Updated Home (markdown)

snltty
2024-05-27 10:40:28 +08:00
parent 2a56274455
commit bc223553cd

13
Home.md

@@ -6,16 +6,3 @@
## 配置文件
1. 第一次运行后,在 configs/ 文件夹下,会生成配置文件,可以根据需要进行修改,然后再次运行
2. 有哪些端口不想监听,设置为 0 即可
3. common.json 公共配置
```
{
//运行在哪个模式下
"Modes": ["client","server"],
"LoggerType": 0,
"LoggerSize": 100,
//仅运行哪些插件
"IncludePlugins": [],
//排除哪些插件IncludePlugins为空时有效
"ExcludePlugins": []
}
```