style: 修正配置文件settings子项命名问题
This commit is contained in:
@@ -20,9 +20,9 @@ type Basic struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Settings struct {
|
type Settings struct {
|
||||||
Basic Basic
|
Basic Basic `json:"basic"`
|
||||||
Guardian Guardian
|
Guardian Guardian `json:"guardian"`
|
||||||
Daemon Daemon
|
Daemon Daemon `json:"daemon"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user