mirror of
https://github.com/bestnite/sub2clash.git
synced 2025-06-01 14:35:01 +08:00
fix: RuleProvider增加Format
This commit is contained in:
parent
06887d91ac
commit
84c5a6e5f4
@ -6,6 +6,7 @@ type RuleProvider struct {
|
|||||||
Url string `yaml:"url,omitempty"`
|
Url string `yaml:"url,omitempty"`
|
||||||
Path string `yaml:"path,omitempty"`
|
Path string `yaml:"path,omitempty"`
|
||||||
Interval int `yaml:"interval,omitempty"`
|
Interval int `yaml:"interval,omitempty"`
|
||||||
|
Format string `yaml:"format,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Payload struct {
|
type Payload struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user