From c500ef1850f684ebc313cff3d50b00e76d9740b8 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Thu, 23 Sep 2021 21:50:39 +0800 Subject: [PATCH] update --- core/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test.go b/core/test.go index 0b9a22b..a88e439 100644 --- a/core/test.go +++ b/core/test.go @@ -15,7 +15,7 @@ func init() { vv := strings.Split(v, " ") tp, cd, ud := vv[0], Int(vv[1]), Int(vv[2]) if tp == "fake" { - NotifyMasters("已完成自动更新。") + NotifyMasters("自动更新完成。") return } msg := "重启完成。"