add 增加查询次数限制等各种命令限制

This commit is contained in:
ZJY 2021-09-27 15:54:00 +08:00
parent a5cad67635
commit 8101c96b2f

View File

@ -44,6 +44,7 @@ func initDB() {
&Wish{},
&Token{},
&UserAdmin{},
&Limit{},
)
keys = make(map[string]bool)
pins = make(map[string]bool)