hch
2026-01-26 853fca9637124fcc2d172115b113da88d8591fb3
Main/System/Tip/ConfirmCancel.cs
@@ -298,6 +298,7 @@
    }
    //货币确认框:有显示勾选的 消耗元宝勾选类型
    public static void MoneyIconToggleConfirmByType(ToggleCheckType type, int moneyCnt, int _moneyType, string fullTip, Action func)
    {
        if (toggleCheckDict.ContainsKey(type) && toggleCheckDict[type])
@@ -358,6 +359,7 @@
    WashCancel = 1, //洗练取消
    GoldRush = 2,   //淘金 
    BoneField = 3,   //白骨盈野
    FuncPreset = 4, //功能(流派)预设
}