This commit is contained in:
cdle
2023-06-11 15:15:38 +08:00
parent f41ea45eaa
commit 760c165be0
3 changed files with 10 additions and 3 deletions
+4 -3
View File
@@ -32,9 +32,10 @@ type Function struct {
Encrypt bool `json:"encrypt"`
OnStart bool `json:"on_start"`
PluginPublisher
Running bool `json:"-"`
Http *Http `json:"-"`
Reply *Reply `json:"-"`
Running bool `json:"-"`
Http *Http `json:"-"`
Reply *Reply `json:"-"`
Downloads int `json:"downloads"`
}
type Filter struct {
BlackMode bool