feat(version): update

pull/534/merge
mack-a 2021-06-28 15:19:34 +08:00
parent d78bc952d5
commit 7f862bdb94
1 changed files with 2 additions and 5 deletions

View File

@ -3807,7 +3807,7 @@ customXrayInstall() {
echoContent yellow "VLESS前置默认安装0如果只需要安装0则只选择0即可"
echoContent yellow "0.VLESS+TLS/XTLS+TCP"
echoContent yellow "1.VLESS+TLS+WS[CDN]"
echoContent yellow "2.VMess+TLS+TCP"
# echoContent yellow "2.VMess+TLS+TCP"
echoContent yellow "3.VMess+TLS+WS[CDN]"
# echoContent yellow "4.Trojan、Trojan+WS[CDN]"
echoContent yellow "4.Trojan"
@ -4064,14 +4064,11 @@ menu() {
cd "$HOME" || exit
echoContent red "\n=============================================================="
echoContent green "作者mack-a"
echoContent green "当前版本v2.5.10-dev_remove_trojan-go_1"
echoContent green "当前版本v2.5.10"
echoContent green "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c"
showInstallStatus
echoContent red "\n=============================================================="
echoContent red "VMess+TLS+TCP(http+tls),将在未来几个版本脚本中移除"
echoContent red "此版本正在将trojan-go(trojan)替换为Xray-core(trojan)"
echoContent red "=============================================================="
if [[ -n "${coreInstallType}" ]]; then
echoContent yellow "1.重新安装"
else