[+] 完成基于特征码的防撤回查找替换功能
This commit is contained in:
@@ -93,7 +93,7 @@ namespace RevokeMsgPatcher.Assistant
|
||||
|
||||
if (changeOffsets.Count == 0)
|
||||
{
|
||||
throw new Exception("查询串与替换串完全相同!请联系作者确认远端补丁信息的正确性。");
|
||||
throw new Exception("查询串与替换串完全相同!请确认补丁信息的正确性。");
|
||||
}
|
||||
|
||||
List<Change> changes = new List<Change>();
|
||||
|
||||
Reference in New Issue
Block a user