From d7b57a77c68b129ae06cbc4e0e3c380827b62990 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 3 Dec 2020 00:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E9=83=A8=E6=B5=8B=E8=AF=95=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=8D=E4=BC=9A=E6=8F=90=E7=A4=BA=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=97=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/tick.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/tick.lua b/parts/tick.lua index 4d928e66..8f65f822 100644 --- a/parts/tick.lua +++ b/parts/tick.lua @@ -100,7 +100,7 @@ function Tick.httpREQ_launch(data) if res then if response.code==200 then LOG.print(res.notice,360,COLOR.sky) - if VERSION_CODE==res.version_code then + if VERSION_CODE>=res.version_code then LOG.print(text.versionIsNew,360,COLOR.sky) else LOG.print(string.gsub(text.versionIsOld,"$1",res.version_name),"warn")