修复GitHub Proxy代理地址

This commit is contained in:
Lu Bingkun
2025-07-25 09:56:05 +08:00
committed by GitHub
parent a5053a44aa
commit 6d9faa6858

View File

@@ -370,7 +370,7 @@ class CloudflareSpeedTest(_PluginBase):
if SystemUtils.is_windows():
self.__get_windows_cloudflarest(download_url, proxies)
else:
os.system(f'wget -P {self._cf_path} https://ghproxy.com/{download_url}')
os.system(f'wget -P {self._cf_path} https://ghfast.top/{download_url}')
# 判断是否下载好安装包
if Path(f'{self._cf_path}/{cf_file_name}').exists():