mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
Release v5.18.3 (#13130)
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## v5.18.3
|
||||
|
||||
### 修复 | Fix
|
||||
|
||||
* 公招刷新条件 @ABA2396
|
||||
|
||||
## v5.18.2
|
||||
|
||||
### 新增 | New
|
||||
|
||||
@@ -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]] {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user