From e40a47e6889372bfd7846d675bc931eab32220b1 Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期五, 27 六月 2025 15:08:25 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts --- Main/System/Message/SysNotifyMgr.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Main/System/Message/SysNotifyMgr.cs b/Main/System/Message/SysNotifyMgr.cs index 414ed80..8726da1 100644 --- a/Main/System/Message/SysNotifyMgr.cs +++ b/Main/System/Message/SysNotifyMgr.cs @@ -158,6 +158,10 @@ tipInfoList.AddRange(msg); AnalysisSysmsg(cfg); } + else + { + Debug.LogError("鏈壘鍒扮郴缁熸彁绀轰俊鎭�: " + key); + } } void AnalysisSysmsg(SysInfoConfig cfg) -- Gitblit v1.8.0