This commit is contained in:
cdle
2023-06-30 13:58:31 +08:00
parent 9c09a5588b
commit 6f1f9f0dc9
5 changed files with 68 additions and 7 deletions
+7 -6
View File
@@ -32,12 +32,13 @@ type Function struct {
Encrypt bool `json:"encrypt"`
OnStart bool `json:"on_start"`
PluginPublisher
Running bool `json:"running"`
Https []*Http `json:"-"`
Reply *Reply `json:"-"`
Downloads int `json:"downloads"`
HasForm bool `json:"has_form"`
Carry bool `json:"carry"`
Running bool `json:"running"`
Https []*Http `json:"-"`
Reply *Reply `json:"-"`
Downloads int `json:"downloads"`
HasForm bool `json:"has_form"`
Carry bool `json:"carry"`
Messages interface{} `json:"messages"`
}
type Filter struct {
BlackMode bool