feat: 细化配置文件,不兼容性更新
This commit is contained in:
@@ -16,7 +16,7 @@ type daemon struct {
|
||||
|
||||
var Daemon = daemon{
|
||||
Mark: fmt.Sprint(time.Now().UnixNano()),
|
||||
Path: ".autoLoginDaemon",
|
||||
Path: global.Config.Settings.Daemon.Path,
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user