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

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
+15
View File
@@ -10,6 +10,21 @@ namespace RevokeMsgPatcher.Model
public string Category { get; set; }
/// <summary>
/// 悬浮气泡提示
/// </summary>
public string Tips { get; set; }
/// <summary>
/// 同类冲突标签
/// </summary>
public string SimilarCategories { get; set; }
/// <summary>
/// 选择同类冲突标签时的提示
/// </summary>
public string ChooseSimilarCategoriesMsg { get; set; }
public ReplacePattern Clone()
{
ReplacePattern o = new ReplacePattern();