From 76c4699e05c02fc00ed0efb8a504595678505ffd Mon Sep 17 00:00:00 2001 From: JoeanAmier Date: Sun, 8 Sep 2024 13:10:16 +0800 Subject: [PATCH] =?UTF-8?q?perf(manager.py):=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E6=B5=8B=E8=AF=95=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/module/manager.py | 2 +- static/Release_Notes.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/module/manager.py b/source/module/manager.py index bbed72e..e985185 100644 --- a/source/module/manager.py +++ b/source/module/manager.py @@ -191,7 +191,7 @@ class Manager: def __check_proxy( self, proxy: str | dict, - url="https://www.baidu.com/", + url="https://www.xiaohongshu.com/explore", ) -> dict: if not proxy: return {"proxies": self.NO_PROXY} diff --git a/static/Release_Notes.md b/static/Release_Notes.md index 9f1437d..565a277 100644 --- a/static/Release_Notes.md +++ b/static/Release_Notes.md @@ -1,6 +1,7 @@ **项目更新内容:** 1. 优化文件后缀处理逻辑 +2. 优化代理测试逻辑

旧版本升级后首次运行请删除配置文件 settings.json,删除后重新运行程序会自动生成新的默认配置文件!