hch
2025-07-16 7677bf7ab5f15f55b7e1366f1601e541a9a31f4d
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)