diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index 9c975b4..0f0e055 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/bin/version b/bin/version index f4d0f76..29ecc54 100644 --- a/bin/version +++ b/bin/version @@ -1,5 +1,5 @@ GeoIP_v=20210709 clash_v=1.6.5 clashpre_v=2021.07.03 -versionsh=1.4.3 clashnet_v=1.7.3 +versionsh=1.4.4-test diff --git a/scripts/getdate.sh b/scripts/getdate.sh index 67a0a96..f6ebb85 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -772,6 +772,8 @@ update(){ echo -ne "\033[32m正在检查更新!\033[0m\r" checkupdate [ "$clashcore" = "clash" ] && clash_n=$clash_v || clash_n=$clashpre_v + [ "$clashcore" = "clashpre" ] && clash_n=$clashpre_v + [ "$clashcore" = "clash.net" ] && clash_n=$clashnet_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"