]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
Improve 修正代理协议范围
authorqydysky <qydysky@foxmail.com>
Sun, 18 Feb 2024 05:07:51 +0000 (13:07 +0800)
committerqydysky <qydysky@foxmail.com>
Sun, 18 Feb 2024 05:07:51 +0000 (13:07 +0800)
CV/Var.go
README.md
demo/config/config_K_v.json

index 0c5e648c092d36c0d4c4733715a1ae7deeea7cbd..b3e1e6b08195b54bab2749111b3483eecf5444ba 100644 (file)
--- 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)
        }
 
index 458299b62cba1fa724f0a64e27b7d7add7a0a84e..ec218cbdd17f35c3fa9f9544cc2caf173eed3e26 100644 (file)
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@
 
 #### 其他特性
 
-- [x] 使用http代理
+- [x] 使用http,https,socks5代理
 - [x] cookie加密
 - [x] 弹幕自动重连(30s无响应)
 - [x] 直播流开播自动下载、断流再保存、故障转移、移除历史
index 6a935f9101e7031dc2d830f45d232110e17334fa..12009db4741f5678cb15dfce20ddd92efc0a91f3 100644 (file)
     "扫码登录路径": "/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,