[#] 修复补丁无法在线获取的问题 & 新增提示

This commit is contained in:
huiyadanli
2022-08-06 19:54:53 +08:00
parent 66245b73ff
commit 603d8f535d
9 changed files with 69 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@@ -16,8 +16,8 @@ namespace RevokeMsgPatcher
return new Bag
{
Apps = AppConfig(),
LatestVersion = "1.5",
PatchVersion = 20220716,
LatestVersion = "1.6",
PatchVersion = 20220806,
Notice = ""
};
}
@@ -121,18 +121,18 @@ namespace RevokeMsgPatcher
EndVersion="",
ReplacePatterns = new List<ReplacePattern>
{
//new ReplacePattern
//{
// Search = ByteUtil.HexStringToByteArray("00 85 C0 74 32 B9 3F 3F 3F 3F 8A"),
// Replace = ByteUtil.HexStringToByteArray("00 85 C0 EB 32 B9 3F 3F 3F 3F 8A"),
// Category = "防撤回"
//},
new ReplacePattern
{
Search = ByteUtil.HexStringToByteArray("00 85 C0 74 32 B9 3F 3F 3F 3F 8A"),
Replace = ByteUtil.HexStringToByteArray("00 85 C0 EB 32 B9 3F 3F 3F 3F 8A"),
Category = "防撤回(老)"
},
// 带撤回提示
new ReplacePattern
{
Search = ByteUtil.HexStringToByteArray("80 7D F2 00 6A 01 74"),
Replace = ByteUtil.HexStringToByteArray("80 7D F2 00 6A 01 EB"),
Category = "防撤回"
Category = "防撤回带提示(新)"
},
new ReplacePattern
{

View File

@@ -93,6 +93,7 @@
<None Include="Data\1.3\patch.json" />
<None Include="Data\1.4\patch.json" />
<None Include="Data\1.5\patch.json" />
<None Include="Data\1.6\patch.json" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>