hch
2026-03-26 1898a5f28dfffa7bbecf5d2bf024f20b8d0490e7
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;