diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index 673a2eb..a9aa2c7 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 3724042..b32b5ec 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -72,7 +72,7 @@ if [ "$result" != "200" ];then else if cat $yamlnew | grep ', server:' >/dev/null;then #检测旧格式 - if cat $yamlnew | grep '^proxy:' >/dev/null;then + if cat $yamlnew | grep 'Proxy Group:' >/dev/null;then echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo -e "\033[31m已经停止对旧格式配置文件的支持!!!\033[0m" echo -e "请使用新格式或者使用\033[32m导入节点/订阅\033[0m功能!"