mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-09 03:52:04 +00:00
chore: Supplement type
This commit is contained in:
parent
69bf434e2c
commit
fe4acebb8b
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue