lcy
2025-10-17 08d180d4dee2015a09e1be660cbbf35720fd78bc
Main/Config/Configs/RichTextMsgReplaceConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年7月26日
//    [  Date ]:           2025年8月5日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -10,6 +10,11 @@
public partial class RichTextMsgReplaceConfig : ConfigBase<int, RichTextMsgReplaceConfig>
{
    static RichTextMsgReplaceConfig()
    {
        // 访问过静态构造函数
        visit = true;
    }
    public int id;
   public string Identification;