[#] 修复补丁无法在线获取的问题 & 新增提示
This commit is contained in:
1
RevokeMsgPatcher.Assistant/Data/1.6/patch.json
Normal file
1
RevokeMsgPatcher.Assistant/Data/1.6/patch.json
Normal file
File diff suppressed because one or more lines are too long
@@ -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
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user