mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 04:31:45 +00:00
create surround parameter on type Variant
This commit is contained in:
parent
78cd3f1734
commit
ff6a82e0f2
@ -7,11 +7,13 @@
|
||||
"args": [
|
||||
"http_proxy"
|
||||
],
|
||||
"surround": "\"",
|
||||
"type": "variable"
|
||||
}, {
|
||||
"args": [
|
||||
"https_proxy"
|
||||
],
|
||||
"surround": "\"",
|
||||
"type": "variable"
|
||||
}
|
||||
],
|
||||
|
@ -18,6 +18,7 @@ type Variant struct {
|
||||
Arguments []string `json:"args"`
|
||||
Type VariantType `json:"type,omitempty"`
|
||||
Equator string `json:"equator,omitempty"`
|
||||
Surround string `json:"surround,omitempty"`
|
||||
DiscardProxy bool `json:"discard,omitempty"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user