This commit is contained in:
cdle
2023-06-11 19:58:21 +08:00
parent 23cbd154ed
commit 29e4fc8c9e
15 changed files with 64 additions and 48 deletions
+2 -1
View File
@@ -32,10 +32,11 @@ type Function struct {
Encrypt bool `json:"encrypt"`
OnStart bool `json:"on_start"`
PluginPublisher
Running bool `json:"-"`
Running bool `json:"running"`
Http *Http `json:"-"`
Reply *Reply `json:"-"`
Downloads int `json:"downloads"`
HasForm bool `json:"has_form"`
}
type Filter struct {
BlackMode bool