[+] 修改补丁获取方式,添加补丁版本信息

This commit is contained in:
huiyadanli
2022-03-25 22:24:37 +08:00
parent 37bab09a7d
commit c83e12f9f7
6 changed files with 49 additions and 32 deletions
+2
View File
@@ -13,5 +13,7 @@ namespace RevokeMsgPatcher.Model
public string LatestVersion { get; set; }
public string Notice { get; set; }
public int PatchVersion { get; set; }
}
}