Fix missing Tailscale in ProxyDisplayName

This commit is contained in:
世界
2026-02-27 18:18:33 +08:00
parent 11dc5bcbe1
commit 93b7328c3f

View File

@@ -86,6 +86,8 @@ func ProxyDisplayName(proxyType string) string {
return "Hysteria2"
case TypeAnyTLS:
return "AnyTLS"
case TypeTailscale:
return "Tailscale"
case TypeSelector:
return "Selector"
case TypeURLTest: