This commit is contained in:
Daniel 2024-04-10 21:32:08 +08:00
parent a5ec51a3d1
commit 4033b15ee8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -246,7 +246,7 @@ func refreshSubscriptionExpirationRemind() {
if 0 < remains && expireDay > remains {
util.WaitForUILoaded()
time.Sleep(time.Second * 3)
time.Sleep(time.Second * 7)
util.PushErrMsg(fmt.Sprintf(Conf.Language(127), remains), 0)
return
}