mirror of
https://github.com/bestnite/sub2clash.git
synced 2026-05-04 07:46:08 +00:00
update
This commit is contained in:
-1034
File diff suppressed because it is too large
Load Diff
+1044
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -14,9 +14,10 @@ type Subscription struct {
|
||||
}
|
||||
|
||||
type ProxyGroup struct {
|
||||
Name string `yaml:"name,omitempty"`
|
||||
Type string `yaml:"type,omitempty"`
|
||||
Proxies []string `yaml:"proxies,omitempty"`
|
||||
Name string `yaml:"name,omitempty"`
|
||||
Type string `yaml:"type,omitempty"`
|
||||
Proxies []string `yaml:"proxies,omitempty"`
|
||||
IsCountryGrop bool `yaml:"-"`
|
||||
}
|
||||
|
||||
type RuleProvider struct {
|
||||
|
||||
Reference in New Issue
Block a user