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,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();
|
||||
|
||||
Reference in New Issue
Block a user