Release v5.18.3 (#13130)

This commit is contained in:
uye
2025-07-05 09:50:47 +08:00
committed by GitHub
3 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
## v5.18.3
### 修复 | Fix
* 公招刷新条件 @ABA2396
## v5.18.2
### 新增 | New

View File

@@ -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]] {

View File

@@ -964,7 +964,7 @@ C:\\leidian\\LDPlayer9。\n
<system:String x:Key="GenerateSupportPayloadException">生成压缩包时出现问题:</system:String>
<!-- !Issues -->
<!-- AutoRecruitSettings -->
<system:String x:Key="AutoRefresh">无倾向 Tag 时自动刷新 3 星 Tags</system:String>
<system:String x:Key="AutoRefresh">自动刷新 3 星 Tags</system:String>
<system:String x:Key="ForceRefresh">无招聘许可时继续尝试刷新 Tags</system:String>
<system:String x:Key="AutoUseExpedited">自动使用加急许可*</system:String>
<system:String x:Key="Level3UseShortTime">3 星设置 7:40 而非 9:00</system:String>