hch
7 天以前 cb653cf75b17b9bdca0b5b9e6b88edf1ca72e90c
Main/System/Message/HrefAnalysis.cs
@@ -30,7 +30,7 @@
            presentHrefInfo = hrefInfo;
            if (RichTextMgr.Inst.presentRichText != null)
            {
                presentHrefInfo.unlineColor = UIHelper.GetUIColor(TextColType.Green, RichTextMgr.Inst.presentRichText.colorType == RichText.ColorType.Bright);
                presentHrefInfo.unlineColor = RichTextMgr.Inst.presentRichText.color;
            }
            m_StringBuilder.Append(val.Substring(index, match.Groups[1].Index - index));
            insertIndex = m_StringBuilder.Length - 3;
@@ -261,7 +261,7 @@
                            {
                                colorType = text.colorType == RichText.ColorType.Dark ? 0 : 1;
                            }
                            presentHrefInfo.unlineColor = UIHelper.GetUIColor(quality, colorType == 1);
                            presentHrefInfo.unlineColor = UIHelper.GetUIColorByFunc(quality, colorType == 1);
                        }
                    }
                    break;