[.prettierrc.js] update jsxBracketSameLine:false to bracketSameLine:true so that HTML closing bracket not in a seperate line; [package.json] delete standardx
This commit is contained in:
parent
cf4c298a81
commit
97ec021cb4
2
proxy.sh
2
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 "--- 已开启网络代理"
|
||||
|
Loading…
Reference in New Issue
Block a user