Skip to content

windows

Windows

配置代理

powershell
setx http_proxy "http://127.0.0.1:7890"
setx https_proxy "http://127.0.0.1:7890"

基于 MIT 许可发布