少年修仙传客户端代码仓库
client_LCJ
2018-08-10 015719303f1598f751cf36f176853c7fbda840f2
System/Message/RichTableEvent.cs
@@ -188,7 +188,13 @@
                                        RealmConfig _cfg = ConfigManager.Instance.GetTemplate<RealmConfig>(id);
                                        if (_cfg != null)
                                        {
                                            return GetTextColorByItemColor(_cfg.Name, _cfg.Quality, _dict);
                                            var text = RichTextMgr.Inst.presentRichText;
                                            int colorType = 0;
                                            if (text != null)
                                            {
                                                colorType = text.colorType == RichText.ColorType.Dark ? 0 : 1;
                                            }
                                            return UIHelper.GetRealmName(id, colorType == 1);
                                        }
                                    }
                                }