Skip to content

Commit

Permalink
v0.9.7
Browse files Browse the repository at this point in the history
~优化了订阅链接导入提示
~增加了对不支持的加密方式检测
~增加了对不支持的配置文件检测
  • Loading branch information
juewuy committed Aug 19, 2020
1 parent ee4ec97 commit c61f8fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/clashfm.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/getdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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功能!"
Expand Down

0 comments on commit c61f8fa

Please sign in to comment.