之前错误的把 boot:windows 改成 boot:win,忘了这是 run-script-os 规定的写法。又改了回去。

This commit is contained in:
luk.lu
2022-09-19 11:02:15 +08:00
parent 5e4779faa0
commit 290ba0dca2
5 changed files with 35 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ function proxy(){
read -p ">>> " proxySwitch
if [ $proxySwitch ] && [ $proxySwitch == "u" ]
then
export ALL_PROXY=socks5://127.0.0.1:1090
export ALL_PROXY=socks5://127.0.0.1:8099
export http_proxy=http://127.0.0.1:41091
export https_proxy=https://127.0.0.1:41091
echo -e "--- 已开启网络代理"