mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2026-07-29 05:37:13 +08:00
[+] 重新架构逻辑
This commit is contained in:
@@ -10,6 +10,8 @@ namespace RevokeMsgPatcher.Model
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public List<Version> Versions { get; set; }
|
||||
public string[] ModifyFilePaths { get; set; }
|
||||
|
||||
public List<BinaryFile> ModifyFileInfos { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
@@ -8,7 +9,9 @@ namespace RevokeMsgPatcher.Model
|
||||
{
|
||||
public class BinaryFile
|
||||
{
|
||||
public string Name { get; set; }
|
||||
//public string Name { get {return Path.GetFileName(RelativePath); } }
|
||||
|
||||
public string RelativePath { get; set; }
|
||||
|
||||
public string Version { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user