diff --git a/core/src/foss/golang/clash b/core/src/foss/golang/clash index 6d3c956b..40d65599 160000 --- a/core/src/foss/golang/clash +++ b/core/src/foss/golang/clash @@ -1 +1 @@ -Subproject commit 6d3c956be890873f440360bf2c88120777b7196c +Subproject commit 40d655993b64446109de51d16661d38dfa82f132 diff --git a/core/src/main/golang/native/tunnel/proxies.go b/core/src/main/golang/native/tunnel/proxies.go index 947942b9..74874521 100644 --- a/core/src/main/golang/native/tunnel/proxies.go +++ b/core/src/main/golang/native/tunnel/proxies.go @@ -96,8 +96,8 @@ func QueryProxyGroup(name string, sortMode SortMode, uiSubtitlePattern *regexp2. return nil } -// proxies := convertProxies(g.proxies(), uiSubtitlePattern) - proxies := collectProviders(g.Providers(), uiSubtitlePattern) + proxies := convertProxies(g.Proxies(), uiSubtitlePattern) +// proxies := collectProviders(g.Providers(), uiSubtitlePattern) switch sortMode { case Title: