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
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