diff --git a/core/test.go b/core/test.go index a88e439..98b26ec 100644 --- a/core/test.go +++ b/core/test.go @@ -52,6 +52,7 @@ func initSys() { Cron: "*/1 * * * *", Admin: true, Handle: func(s Sender) interface{} { + fmt.Println("检查更新。。。") s.Reply("开始检查核心更新...", E) update := false record := func(b bool) {