feat: Info 字段前缀可以通过 meta 设置

This commit is contained in:
Mmx233
2023-12-01 00:25:18 +08:00
parent 1f535b3feb
commit 282a2e97bd
3 changed files with 10 additions and 1 deletions

View File

@@ -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"`
}