From 6e895b50ae64a7375dbc115f7f20fbaf5d2dcdb2 Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:19:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B9=B2=E5=91=98=E7=BB=84=E5=B9=B2?= =?UTF-8?q?=E5=91=98=E6=9C=AA=E8=A7=A3=E6=9E=90=E7=B2=BE=E8=8B=B1=E5=8C=96?= =?UTF-8?q?=E5=8F=8A=E7=AD=89=E7=BA=A7=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaCore/Config/Miscellaneous/CopilotConfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MaaCore/Config/Miscellaneous/CopilotConfig.cpp b/src/MaaCore/Config/Miscellaneous/CopilotConfig.cpp index 14782b7ea4..5023e0e2fb 100644 --- a/src/MaaCore/Config/Miscellaneous/CopilotConfig.cpp +++ b/src/MaaCore/Config/Miscellaneous/CopilotConfig.cpp @@ -84,8 +84,8 @@ asst::battle::copilot::OperUsageGroups asst::CopilotConfig::parse_groups(const j // 解析练度需求 if (auto req_opt = oper_info.find("requirements")) { - // oper.requirements.elite = req_opt->get("elite", 0); - // oper.requirements.level = req_opt->get("level", 0); + oper.requirements.elite = req_opt->get("elite", 0); + oper.requirements.level = req_opt->get("level", 0); oper.requirements.skill_level = req_opt->get("skill_level", 0); oper.requirements.module = req_opt->get("module", -1); // oper.requirements.potentiality = req_opt->get("potentiality", 0);