mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-04-24 20:28:11 +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 {
|
func (m *Metadata) SourceDetail() string {
|
||||||
if m.Type == INNER {
|
if m.Type == INNER {
|
||||||
return fmt.Sprintf("[%s]", ClashName)
|
return fmt.Sprintf("%s", ClashName)
|
||||||
}
|
}
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
|
Loading…
Reference in New Issue
Block a user