hch
2025-07-02 a277a317c827163c595ec1b21247dc820a1a0ff0
Main/System/Message/SysNotifyMgr.cs
@@ -72,7 +72,6 @@
        ServerTipDetails.ClearHint();
    }
    // // TODO YYL
    public void ReceiveNotifyCode(H0212_tagNotifyCode vNetData)
    {
        if (vNetData != null)
@@ -159,6 +158,10 @@
            tipInfoList.AddRange(msg);
            AnalysisSysmsg(cfg);
        }
        else
        {
            Debug.LogError("未找到系统提示信息: " + key);
        }
    }
    void AnalysisSysmsg(SysInfoConfig cfg)