mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-19 16:30:07 +08:00
chore: Supplement type
This commit is contained in:
parent
69bf434e2c
commit
fe4acebb8b
@ -185,6 +185,8 @@ func (at AdapterType) String() string {
|
|||||||
return "Compatible"
|
return "Compatible"
|
||||||
case Pass:
|
case Pass:
|
||||||
return "Pass"
|
return "Pass"
|
||||||
|
case Dns:
|
||||||
|
return "Dns"
|
||||||
case Shadowsocks:
|
case Shadowsocks:
|
||||||
return "Shadowsocks"
|
return "Shadowsocks"
|
||||||
case ShadowsocksR:
|
case ShadowsocksR:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user