From ad7508f2035e93f179d7989ee65add6e41a1e731 Mon Sep 17 00:00:00 2001 From: wwqgtxx Date: Mon, 19 Jun 2023 14:28:06 +0800 Subject: [PATCH] Revert "chore: Refine adapter type name" This reverts commit 61734e5cac16904d07ec96a179c2613daf760ff1. --- constant/adapters.go | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/constant/adapters.go b/constant/adapters.go index 43398352..a3796ef7 100644 --- a/constant/adapters.go +++ b/constant/adapters.go @@ -182,7 +182,6 @@ func (at AdapterType) String() string { return "Compatible" case Pass: return "Pass" - case Shadowsocks: return "Shadowsocks" case ShadowsocksR: @@ -190,13 +189,13 @@ func (at AdapterType) String() string { case Snell: return "Snell" case Socks5: - return "SOCKS5" + return "Socks5" case Http: - return "HTTP" + return "Http" case Vmess: - return "VMess" + return "Vmess" case Vless: - return "VLESS" + return "Vless" case Trojan: return "Trojan" case Hysteria: @@ -204,7 +203,7 @@ func (at AdapterType) String() string { case WireGuard: return "WireGuard" case Tuic: - return "TUIC" + return "Tuic" case Relay: return "Relay"