[+] 优化特征码撤回逻辑

This commit is contained in:
huiyadanli
2020-01-02 23:52:16 +08:00
parent 8ffb1ab0d3
commit 520b7db8f9
9 changed files with 170 additions and 147 deletions
-18
View File
@@ -1,18 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RevokeMsgPatcher.Model.Enum
{
/// <summary>
/// 两种打补丁的方式
/// 精准(指定位置替换)、通用(特征码替换)
/// </summary>
public enum PatchType
{
Accurate, // 精准(指定位置替换)
Common // 通用(特征码替换)
}
}