auto decrypt

This commit is contained in:
Shen Junzheng
2025-04-16 00:58:26 +08:00
parent f2aa923e99
commit 8d1d1047b9
20 changed files with 2901 additions and 710 deletions
@@ -0,0 +1,7 @@
package dbm
type Group struct {
Name string
Pattern string
BlackList []string
}