From bf2d6dcb5f2a1840cc84092de2053a3d1a24311a Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sat, 5 Jul 2025 09:44:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E5=85=AC=E6=8B=9B=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaCore/Task/Miscellaneous/AutoRecruitTask.cpp | 8 ++++---- src/MaaWpfGui/Res/Localizations/zh-cn.xaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/MaaCore/Task/Miscellaneous/AutoRecruitTask.cpp b/src/MaaCore/Task/Miscellaneous/AutoRecruitTask.cpp index ff431c9b86..956a1e45e7 100644 --- a/src/MaaCore/Task/Miscellaneous/AutoRecruitTask.cpp +++ b/src/MaaCore/Task/Miscellaneous/AutoRecruitTask.cpp @@ -612,10 +612,10 @@ asst::AutoRecruitTask::calc_task_result_type asst::AutoRecruitTask::recruit_calc // refresh // clang-format off - if (m_need_refresh && m_has_refresh && // 基础条件 - !has_special_tag && // 5 星以上 tag 不刷新 - !(m_skip_robot && has_robot_tag) && // 手动确认 bot tag 不刷新 - (final_combination.min_level == 3 &&!is_confirm_level_valid(3))) // 如果只有 3 星 tag 且不勾选确认 3 星,即使有倾向 tag 也应该刷新 + if (m_need_refresh && m_has_refresh && // 基础条件 + !has_special_tag && // 5 星以上 tag 不刷新 + !(m_skip_robot && has_robot_tag) && // 手动确认 bot tag 不刷新 + final_combination.min_level == 3) // 如果只有 3 星 tag,即使有倾向 tag 也应该刷新 // clang-format on { if (refresh_count > refresh_limit) [[unlikely]] { diff --git a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml index b65a673202..84310820d2 100644 --- a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml +++ b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml @@ -964,7 +964,7 @@ C:\\leidian\\LDPlayer9。\n 生成压缩包时出现问题: - 无倾向 Tag 时自动刷新 3 星 Tags + 自动刷新 3 星 Tags 无招聘许可时继续尝试刷新 Tags 自动使用加急许可* 3 星设置 7:40 而非 9:00 From 773a26fb1ba107975dcb3bc078092b4a406961fb Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sat, 5 Jul 2025 09:50:17 +0800 Subject: [PATCH 2/2] docs: Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98513c76b3..6df7c4a1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v5.18.3 + +### 修复 | Fix + +* 公招刷新条件 @ABA2396 + ## v5.18.2 ### 新增 | New