feat: Info 字段前缀可以通过 meta 设置
This commit is contained in:
@@ -15,6 +15,7 @@ type LoginMeta struct {
|
||||
Enc string `json:"enc" yaml:"enc"`
|
||||
OS string `json:"os" yaml:"os"`
|
||||
Name string `json:"name" yaml:"name"`
|
||||
InfoPrefix string `json:"info_prefix" yaml:"info_prefix"`
|
||||
DoubleStack bool `json:"double_stack" json:"double_stack"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user