diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index 8a8d2c7..4242191 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 9a2cc53..da7bfb3 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -797,6 +797,7 @@ update(){ [ "$clashcore" = "clash" ] && clash_n=$clash_v || clash_n=$clashpre_v [ "$clashcore" = "clashpre" ] && clash_n=$clashpre_v [ "$clashcore" = "clash.net" ] && clash_n=$clashnet_v + [ "$clashcore" = "clash.meta" ] && clash_n=$meta_v clash_v=$($bindir/clash -v 2>/dev/null | awk '{print $2}') [ -z "$clash_v" ] && clash_v=$clashv echo -e "\033[30;47m欢迎使用更新功能:\033[0m"