[#] 1.3 补丁地址
This commit is contained in:
@@ -299,7 +299,7 @@ namespace RevokeMsgPatcher
|
||||
getPatchJsonStatus = "SUCCESS";
|
||||
InitControls();
|
||||
}
|
||||
else if (newBag.PatchVersion < bag.PatchVersion)
|
||||
else if (newBag.PatchVersion <= bag.PatchVersion)
|
||||
{
|
||||
needUpdate = false;
|
||||
lblUpdatePachJson.Text = "[ 软件内置补丁信息已经是最新 ]";
|
||||
|
||||
Reference in New Issue
Block a user