fix: 修正 yaml meta double_stack 字段

This commit is contained in:
Mmx233
2023-12-01 00:30:38 +08:00
parent 282a2e97bd
commit 0bc77b6dc2

View File

@@ -16,7 +16,7 @@ type LoginMeta struct {
OS string `json:"os" yaml:"os"` OS string `json:"os" yaml:"os"`
Name string `json:"name" yaml:"name"` Name string `json:"name" yaml:"name"`
InfoPrefix string `json:"info_prefix" yaml:"info_prefix"` InfoPrefix string `json:"info_prefix" yaml:"info_prefix"`
DoubleStack bool `json:"double_stack" json:"double_stack"` DoubleStack bool `json:"double_stack" yaml:"double_stack"`
} }
type LoginInfo struct { type LoginInfo struct {