v1.8.0稳定版

~部分文字说明调整
~增加自定义配置文件启动失败后的文件存档
This commit is contained in:
juewuy
2023-08-20 19:25:34 +08:00
parent 757066b768
commit 36fe66a489
8 changed files with 7 additions and 6 deletions

View File

@@ -1184,9 +1184,9 @@ clashcfg(){
echo -e "\033[33m切换模式后需要手动重启clash服务以生效\033[0m"
echo -----------------------------------------------
echo -e " 1 fake-ip模式 \033[32m响应速度更快\033[0m"
echo -e " 兼容性比较差,部分应用可能打不开"
echo -e " 不支持绕过CN-IP功能"
echo -e " 2 redir_host模式\033[32m兼容性更好\033[0m"
echo -e " 不支持Tun模式抗污染能力略差"
echo -e " 需搭配加密DNS使用"
echo " 0 返回上级菜单"
read -p "请输入对应数字 > " num
if [ -z "$num" ]; then