refactor: 重构数据库逻辑
This commit is contained in:
5
auth/auth.go
Normal file
5
auth/auth.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package auth
|
||||
|
||||
func isRootUser(qqID string) bool {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user