v1.0.0beta17.5

~大幅度调整和优化导入配置文件功能
~大幅度调整和优化新手引导逻辑和步骤
~新增Hackl0us提供的精简版GeoIP数据库下载
~修复部分情况下提示本地代理连接失败的bug
This commit is contained in:
juewuy
2020-12-11 22:17:29 +08:00
parent 533f856b0b
commit bdc84608d2
8 changed files with 249 additions and 274 deletions

View File

@@ -120,7 +120,7 @@ clashstart(){
echo -----------------------------------------------
$clashdir/start.sh start
sleep 1
[ -n "$(pidof clash)" ] && startover || exit 1
[ -n "$(pidof clash)" ] && startover
}
#功能相关
setport(){
@@ -995,8 +995,7 @@ clashsh(){
elif [ "$num" = 1 ]; then
clashstart
sleep 1
clashsh
exit;
elif [ "$num" = 2 ]; then
clashcfg