mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-11 04:50:56 +00:00
Merge 15c2234ba9
into 7b37fcfc8d
This commit is contained in:
commit
0327ef9225
1 changed files with 3 additions and 3 deletions
|
@ -73,11 +73,11 @@ func (m TunnelMode) MarshalText() ([]byte, error) {
|
|||
func (m TunnelMode) String() string {
|
||||
switch m {
|
||||
case Global:
|
||||
return "global"
|
||||
return "GLOBAL"
|
||||
case Rule:
|
||||
return "rule"
|
||||
return "RULE"
|
||||
case Direct:
|
||||
return "direct"
|
||||
return "DIRECT"
|
||||
default:
|
||||
return "Unknown"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue