This commit is contained in:
1-6
2023-07-14 13:54:20 +08:00
parent 7777fb73cd
commit a15c68055f
9 changed files with 29 additions and 19 deletions
+1
View File
@@ -40,6 +40,7 @@ type Function struct {
Carry bool `json:"carry"`
Messages interface{} `json:"messages"`
Classes []string `json:"classes"`
Debug bool `json:"debug"`
}
type Filter struct {
BlackMode bool