hch
2026-01-09 5ad8660038c73b505a5622189eb075d2213ab040
266 【内政】古宝系统
3个文件已修改
5 ■■■■■ 已修改文件
Main/System/BeautyMM/BeautyMMCell.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/BeautyMM/BeautyMMTalentWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Gubao/GubaoCallWin.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/BeautyMM/BeautyMMCell.cs
@@ -95,7 +95,7 @@
        if (mmData != null)
        {
            lvText.text = mmData.LV.ToString();
            lvBg.SetActive(mmData.LV > 0);
            lvBg.SetActive(true);
        }
        else
        {
Main/System/BeautyMM/BeautyMMTalentWin.cs
@@ -53,7 +53,7 @@
        var maxLV = BeautyQualityLVConfig.GetBeautyQualityMaxLV(mmConfig.BeautyQuality);
        attrScroller.Refresh();
        talentScroller.Refresh();
        for (int i = 0; i < maxLV; i++)
        for (int i = 0; i <= maxLV; i++)
        {
            if (i % 20 == 0)
            {
Main/System/Gubao/GubaoCallWin.cs
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Runtime.InteropServices;
using Cysharp.Threading.Tasks;
using UnityEngine;
using UnityEngine.UI;