From d6aec2fa5bdb5dc8df39f6dabc812b7c7a6a1916 Mon Sep 17 00:00:00 2001 From: Mmx233 Date: Wed, 2 Mar 2022 19:48:28 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6add6d7..d27a196 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Config.json说明: "settings": { "basic": { //基础设置 "https": false, //访问校园网API时直接使用http URL + "skip_cert_verify": false, //是否忽略证书验证 "interfaces": "", //网卡名称正则(注意JSON转义),如:eth0\\.[2-3],不为空时为多网卡模式 "skip_net_check": false, //是否跳过网络检查(仅非守护模式) "timeout": 5 //网络请求超时时间(秒)