hch
9 天以前 c8aea6cbef51b3dd41b4d911bc7e6bf89a6e2e2d
Main/System/BeautyMM/BeautyMMShowWin.cs
@@ -291,7 +291,8 @@
            case 8:
                //定军阁
                WarlordPavilionManager.Instance.TryGetHistoryMaxFinishProgress(out int layerNum, out int levelNum);
                colorType = layerNum > beauty.UnlockValue ? TextColType.Green : TextColType.Red;
                FBDJGLevelConfig.TryGetNextLevel(layerNum, levelNum, out int nextLayerNum, out int nextLevelNum);
                colorType = nextLayerNum > beauty.UnlockValue ? TextColType.Green : TextColType.Red;
                return Language.Get("BeautyMMUnLockTip8", beauty.UnlockValue) +
                UIHelper.AppendColor(colorType, Language.Get("HeroFates11", layerNum, beauty.UnlockValue));
        }