Main/System/Message/RichNormalEvent.cs
@@ -117,12 +117,12 @@
                    // }
                }
                break;
            // case RichTextEventEnum.OPENURL:
            //     {
            //         var url = href.mSplits["openurl"];
            //         Application.OpenURL(url);
            //     }
            //     break;
            case RichTextEventEnum.OPENURL:
                {
                    var url = href.mSplits["openurl"];
                    Application.OpenURL(url);
                }
                break;
            // case RichTextEventEnum.TIP:
            //     {
            //         var _key = href.mSplits["tip"];
@@ -336,7 +336,7 @@
        //             {
        //                 colorType = RichTextMgr.Inst.presentRichText.colorType == RichText.ColorType.Dark ? 0 : 1;
        //             }
        //             var fightPoint = PlayerDatas.Instance.baseData.FightPoint;
        //             var fightPoint = PlayerDatas.Instance.baseData.FightPower;
        //             ulong targetValue = 0;
        //             var infoArray = dic["myfightpoint"].Split('_');
        //             if (infoArray.Length > 1)
@@ -360,7 +360,7 @@
        //             if (fightPoint < (ulong)targetValue)
        //             {
        //                 var label = dic.ContainsKey("replacelabel1") ? dic["replacelabel1"] : string.Empty;
        //                 return UIHelper.AppendColor(TextColType.Red, StringUtility.Contact(label, fightPoint, "/", targetValue), colorType == 1);
        //                 return UIHelper.AppendColor(TextColType.Red, StringUtility.Concat(label, fightPoint, "/", targetValue), colorType == 1);
        //             }
        //             else
        //             {
@@ -411,9 +411,9 @@
        //                 if (property != 0)
        //                 {
        //                     var propertyConfig = PlayerPropertyConfig.Get(property);
        //                     label = StringUtility.Contact(propertyConfig.Name, ":");
        //                     label = StringUtility.Concat(propertyConfig.Name, ":");
        //                 }
        //                 return UIHelper.AppendColor(TextColType.Red, StringUtility.Contact(label, point, "/", targetValue), colorType == 1);
        //                 return UIHelper.AppendColor(TextColType.Red, StringUtility.Concat(label, point, "/", targetValue), colorType == 1);
        //             }
        //             else
        //             {
@@ -454,7 +454,7 @@
        //             if (!satisfy)
        //             {
        //                 var label = dic.ContainsKey("replacelabel1") ? dic["replacelabel1"] : string.Empty;
        //                 return UIHelper.AppendColor(TextColType.Red, StringUtility.Contact(label, point, "/", targetValue), colorType == 1);
        //                 return UIHelper.AppendColor(TextColType.Red, StringUtility.Concat(label, point, "/", targetValue), colorType == 1);
        //             }
        //             else
        //             {