lcy
11 小时以前 48ca7fa76cb98a22d1928fea7340c6fe202ba46e
Main/System/Message/RichTableEvent.cs
@@ -340,6 +340,15 @@
                                    }
                                }
                                break;
                            case "horseskin":
                                {
                                    var _id = 0;
                                    if (_dict.ContainsKey("id") && int.TryParse(_dict["id"], out _id))
                                    {
                                        return UIHelper.AppendColor(TextColType.Green, HorseSkinConfig.Get(_id).Name, true);
                                    }
                                }
                                break;
                            case "orderInfo":
                                {
                                    if (_dict.ContainsKey("id"))