chore: Supplement type

This commit is contained in:
xishang0128
2024-03-04 20:02:09 +08:00
parent 69bf434e2c
commit fe4acebb8b

View File

@@ -185,6 +185,8 @@ func (at AdapterType) String() string {
return "Compatible"
case Pass:
return "Pass"
case Dns:
return "Dns"
case Shadowsocks:
return "Shadowsocks"
case ShadowsocksR: