diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index 8e7a4d7..91913e4 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/scripts/getdate.sh b/scripts/getdate.sh index cd8bce2..9740f4d 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -16,7 +16,7 @@ webget(){ wget -Y on $progress $redirect --no-check-certificate --timeout=5 -O $1 $2 [ $? -eq 0 ] && result="200" fi - export all_proxy='' + unset all_proxy } #导入订阅、配置文件相关 linkconfig(){ diff --git a/scripts/start.sh b/scripts/start.sh index 29de26a..db68d15 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -58,7 +58,7 @@ webget(){ wget -Y on $progress $redirect --no-check-certificate --timeout=5 -O $1 $2 [ "$?" = 0 ] && result="200" fi - export all_proxy='' + unset all_proxy } logger(){ [ -n "$2" ] && echo -e "\033[$2m$1\033[0m"