feat: 提升yaml字段可读性
This commit is contained in:
@@ -15,8 +15,8 @@ type Guardian struct {
|
|||||||
type Basic struct {
|
type Basic struct {
|
||||||
Timeout uint `json:"timeout"`
|
Timeout uint `json:"timeout"`
|
||||||
Interfaces string `json:"interfaces"`
|
Interfaces string `json:"interfaces"`
|
||||||
DemoMode bool `json:"demo_mode"`
|
DemoMode bool `json:"demo_mode" yaml:"demo_mode"`
|
||||||
SkipNetCheck bool `json:"skip_net_check"`
|
SkipNetCheck bool `json:"skip_net_check" yaml:"skip_net_check"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Settings struct {
|
type Settings struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user