From 97ec021cb4ff57406e8acd0407c1e1b9d9525899 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Wed, 5 Oct 2022 13:09:57 +0800 Subject: [PATCH] [.prettierrc.js] update jsxBracketSameLine:false to bracketSameLine:true so that HTML closing bracket not in a seperate line; [package.json] delete standardx --- proxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.sh b/proxy.sh index f2a7077..6010469 100755 --- a/proxy.sh +++ b/proxy.sh @@ -5,7 +5,7 @@ function proxy(){ read -p ">>> " proxySwitch if [ $proxySwitch ] && [ $proxySwitch == "u" ] then - export ALL_PROXY=socks5://127.0.0.1:8099 + export ALL_PROXY=socks5://127.0.0.1:1090 export http_proxy=http://127.0.0.1:41091 export https_proxy=https://127.0.0.1:41091 echo -e "--- 已开启网络代理"