hch
2025-12-09 c3bbfe2736a773f9f03fa25c0575608e9ee6c13c
Main/System/Message/RichNormalEvent.cs
@@ -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
        //             {