[+] 修复1.4版本不兼容3.7以下微信防撤回的问题

This commit is contained in:
huiyadanli
2022-05-15 13:03:22 +08:00
parent 527d53eddc
commit 1af0b53999
6 changed files with 27 additions and 10 deletions
+4
View File
@@ -14,6 +14,10 @@ namespace RevokeMsgPatcher.Model
public string Memo { get; set; }
public string StartVersion { get; set; }
public string EndVersion { get; set; }
public TargetInfo Clone()
{
TargetInfo o = new TargetInfo();