diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index 895d698..f41091a 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/bin/hfs/hfs.ini b/bin/hfs/hfs.ini index bb01fde..c4e6218 100644 --- a/bin/hfs/hfs.ini +++ b/bin/hfs/hfs.ini @@ -140,10 +140,10 @@ number-files-on-upload=yes do-not-log-address= last-external-address= min-disk-space=0 -out-total=5281003 -in-total=21869 -hits-total=57 -downloads-total=15 +out-total=5283738 +in-total=22201 +hits-total=59 +downloads-total=16 upload-total=0 many-items-warning=no load-single-comment-files=yes diff --git a/scripts/getdate.sh b/scripts/getdate.sh index 2a18ef0..c92f367 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -198,7 +198,7 @@ getlink2(){ read -p "请输入完整链接 > " link test=$(echo $link | grep -iE "tp.*://" ) link=`echo ${link/\ \(*\)/''}` #删除恶心的超链接内容 - link=`echo ${link//\&/\\\&}` #为分隔符 & 添加转义 + link=`echo ${link//\&/\%26}` #将分隔符 & 替换成urlcode:%26 if [ -n "$link" -a -n "$test" ];then echo ----------------------------------------------- echo -e 请检查输入的链接是否正确: