mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-20 00:50:06 +08:00
chore: avoid repeated wrapper
This commit is contained in:
parent
db54b438e6
commit
929b1675e3
@ -148,7 +148,7 @@ func (m *Metadata) SourceAddress() string {
|
||||
|
||||
func (m *Metadata) SourceDetail() string {
|
||||
if m.Type == INNER {
|
||||
return fmt.Sprintf("[%s]", ClashName)
|
||||
return fmt.Sprintf("%s", ClashName)
|
||||
}
|
||||
|
||||
switch {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user