From 7cacb3fc76eaabc82232a4bf499c493f91f26e68 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 18 Feb 2024 13:07:51 +0800 Subject: [PATCH] =?utf8?q?Improve=20=E4=BF=AE=E6=AD=A3=E4=BB=A3=E7=90=86?= =?utf8?q?=E5=8D=8F=E8=AE=AE=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- CV/Var.go | 2 +- README.md | 2 +- demo/config/config_K_v.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CV/Var.go b/CV/Var.go index 0c5e648..b3e1e6b 100644 --- a/CV/Var.go +++ b/CV/Var.go @@ -426,7 +426,7 @@ func (t *Common) Init() *Common { t.Stream_url, _ = url.Parse(`http://` + serAdress) } - if val, exist := t.K_v.Load("http代理地址"); exist { + if val, exist := t.K_v.Load("代理地址"); exist { t.Proxy = val.(string) } diff --git a/README.md b/README.md index 458299b..ec218cb 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ #### 其他特性 -- [x] 使用http代理 +- [x] 使用http,https,socks5代理 - [x] cookie加密 - [x] 弹幕自动重连(30s无响应) - [x] 直播流开播自动下载、断流再保存、故障转移、移除历史 diff --git a/demo/config/config_K_v.json b/demo/config/config_K_v.json index 6a935f9..12009db 100644 --- a/demo/config/config_K_v.json +++ b/demo/config/config_K_v.json @@ -179,8 +179,8 @@ "扫码登录路径": "/qr/", "扫码登录自动打开标签页": false, "网络中断不退出": true, - "http代理地址-help":"例http://127.0.0.1:38223 为空时不使用", - "http代理地址":"", + "代理地址-help":"支持http,https,socks5。例http://127.0.0.1:38223 为空时不使用", + "代理地址":"", "启动时显示ip":true, "几秒后重载-help":"最少间隔60s,-1时不重载", "几秒后重载":60, -- 2.39.2