This commit is contained in:
cdle
2023-06-16 14:18:06 +08:00
parent bd67023a35
commit 2b49c28efe
5 changed files with 33 additions and 6 deletions
+1
View File
@@ -37,6 +37,7 @@ type Function struct {
Reply *Reply `json:"-"`
Downloads int `json:"downloads"`
HasForm bool `json:"has_form"`
Carry bool `json:"carry"`
}
type Filter struct {
BlackMode bool