This commit is contained in:
1-6
2023-07-27 21:59:07 +08:00
parent 41c8fc7233
commit cdfce0a8b6
22 changed files with 90 additions and 71 deletions
+1
View File
@@ -44,6 +44,7 @@ type Function struct {
Classes []string `json:"classes"`
Debug bool `json:"debug"`
Path string `json:"-"`
Reload func() `json:"-"`
}
type Filter struct {
BlackMode bool