From b9f0951b1525549afc1fdcd51a95c3239f1550de Mon Sep 17 00:00:00 2001 From: injoyai <1113655791@qq.com> Date: Tue, 1 Jul 2025 16:01:55 +0800 Subject: [PATCH] =?UTF-8?q?Manage=E7=9A=84Codes=E5=92=8CWorkday=E5=85=B1?= =?UTF-8?q?=E7=94=A8=E4=B8=80=E4=B8=AA=E5=AE=A2=E6=88=B7=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes.go b/codes.go index a26516c..88b0c56 100644 --- a/codes.go +++ b/codes.go @@ -70,7 +70,7 @@ func NewCodes(c *Client, filenames ...string) (*Codes, error) { { //设置定时器,每天早上9点更新数据 task := cron.New(cron.WithSeconds()) - task.AddFunc("0 0 9 * * *", func() { + task.AddFunc("10 0 9 * * *", func() { for i := 0; i < 3; i++ { if err := cc.Update(); err == nil { return