Skip to content

Commit

Permalink
v1.4.4-test
Browse files Browse the repository at this point in the history
~适配hanwckf及chongshengb等版本Padavan固件
~增加clash.net核心
~增加脚本设置一键备份还原功能
  • Loading branch information
juewuy committed Aug 30, 2021
1 parent b3a153e commit 2c59be2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified bin/clashfm.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/version
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions scripts/getdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c59be2

Please sign in to comment.