diff --git a/core/test.go b/core/test.go index f606599..8e5ddc5 100644 --- a/core/test.go +++ b/core/test.go @@ -42,6 +42,7 @@ func initSys() { }, { Rules: []string{"raw ^升级$"}, + Cron: "41 * * * *", Admin: true, Handle: func(s Sender) interface{} { s.Reply("开始检查核心更新...", E)