diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index 4a15468..f10f555 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/bin/version b/bin/version index aa93f51..60d2455 100644 --- a/bin/version +++ b/bin/version @@ -1,2 +1,2 @@ -versionsh=1.0.0beta3 GeoIP_v=20200908 +versionsh=1.0.0beta3 diff --git a/scripts/getdate.sh b/scripts/getdate.sh index a615cc0..a1315f7 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -636,7 +636,7 @@ echo -e " 0 返回上级菜单" read -p "请输入对应数字 > " num if [ "$num" = '1' ]; then echo 'function FindProxyForURL(url, host) {' > $dir/pac - echo " return \"SOCKS5 $host:7890; PROXY $host:7890; DIRECT\";" >> $dir/pac + echo " return \"SOCKS $host:7890; PROXY $host:7890; DIRECT;\"" >> $dir/pac echo '}' >> $dir/pac echo -e "\033[33mPAC文件已生成!\033[0m" echo -e "PAC地址:\033[32m$pac\033[0m"