[.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:
陆柯 2022-10-05 13:09:57 +08:00
parent cf4c298a81
commit 97ec021cb4

View File

@ -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 "--- 已开启网络代理"