From 280a87171e69d61275100811eb692573a45a628f Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 14 三月 2026 11:59:37 +0800
Subject: [PATCH] 544 【红颜系统】新增红颜

---
 Main/System/BeautyMM/BeautyMMShowWin.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/Main/System/BeautyMM/BeautyMMShowWin.cs b/Main/System/BeautyMM/BeautyMMShowWin.cs
index 08c5fa3..385d8ef 100644
--- a/Main/System/BeautyMM/BeautyMMShowWin.cs
+++ b/Main/System/BeautyMM/BeautyMMShowWin.cs
@@ -288,6 +288,12 @@
                 colorType = BeautyMMManager.Instance.m_TravelCnt >= beauty.UnlockNeedCnt ? TextColType.Green : TextColType.Red;
                 return Language.Get("BeautyMMUnLockTip7", beauty.UnlockNeedCnt) +
                 UIHelper.AppendColor(colorType, Language.Get("HeroFates11", BeautyMMManager.Instance.m_TravelCnt, beauty.UnlockNeedCnt));
+            case 8:
+                //瀹氬啗闃�
+                WarlordPavilionManager.Instance.TryGetHistoryMaxFinishProgress(out int layerNum, out int levelNum);
+                colorType = layerNum > beauty.UnlockValue ? TextColType.Green : TextColType.Red;
+                return Language.Get("BeautyMMUnLockTip8", beauty.UnlockValue) +
+                UIHelper.AppendColor(colorType, Language.Get("HeroFates11", layerNum, beauty.UnlockValue));
         }
         return "";
     }
@@ -342,6 +348,9 @@
                     case 4:
                         talentTexts[i].text = Language.Get($"BeautyMMTalent4", ItemConfig.Get(mmConfig.EffTypeValue).ItemName, talentValue);
                         break;
+                    case 5:
+                        talentTexts[i].text = Language.Get($"BeautyMMTalent5", talentValue);
+                        break;
                 }
             }
             else

--
Gitblit v1.8.0