This commit is contained in:
cdle
2023-07-07 17:25:25 +08:00
parent 761859b5fa
commit 762fca24f0
+1 -1
View File
@@ -60,7 +60,7 @@ func Init() {
var updates = 0
storage.Watch(sillyGirl, "compiled_at", func(old, new, key string) *storage.Final {
if old != new {
if updates == 0 {
if updates == 1 {
return &storage.Final{
Message: "升级中,请耐心等待...",
}