🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ## 概述 使用 此方法后可不需要 `Proxifier` ### window ``` set http_proxy=http://127.0.0.1:1080 set https_proxy=http://127.0.0.1:1080 ``` 可放环境变量中 ### 类linux ``` export http_proxy=http://127.0.0.1:1080 export https_proxy=https://127.0.0.1:1080 ```