feat: acid 自动嗅探逻辑

This commit is contained in:
Mmx233
2023-06-04 20:20:58 +08:00
parent 0f8ed9dd25
commit cc6d4f8da4
7 changed files with 67 additions and 18 deletions

View File

@@ -20,8 +20,8 @@ type LoginMeta struct {
}
type LoginInfo struct {
Form *LoginForm
Meta *LoginMeta
Form LoginForm
Meta LoginMeta
}
type Conf struct {