github MaaAssistantArknights/MaaRelease v6.9.1-alpha.1.d018.g8f425bebf1

pre-releaseone hour ago

改进 | Improved

修复 | Fix

  • 修复设置指引-连接设置-每次重新检测的提示块隐藏错误 @ABA2396
  • typo @status102
  • 自动战斗多作业模式导航retry_time @status102
  • PixelAnalyzer::set_gray_ub 复制粘贴笔误写到了 m_ub (cv::Scalar) 而非 m_gray_ub @FireflySentinel
  • RoguelikeRecruitSupportAnalyzer::analyze HH:MM:SS substr 偏移导致 hour 永为 0、sec 严重低估 cpp boost::regex_search(result.text, match_results, boost::regex("[0-9]{2}:[0-9]{2}:[0-9]{2}")) const auto& match_str = match_results[0].str(); // 8 字节 "HH:MM:SS" const auto& hour = std::atoi(match_str.substr(2).c_str()); // ":34:56" → 0 const auto& min = std::atoi(match_str.substr(3, 2).c_str());// "34" ✓(碰巧) const auto& sec = std::atoi(match_str.substr(7, 2).c_str());// "6" → 个位 @FireflySentinel
  • RoguelikeFoldartalGainTaskPlugin::gain_stage_award || 链恒为 true 导致装备误入密文板列表; correct_rect计算顺序 @FireflySentinel
  • correct_rect在rect负方向完全越界时依旧输出非0宽度结果 @status102

Full Changelog: v6.9.0 -> alpha/v6.9.1-alpha.1.d018.g8f425bebf1

Don't miss a new MaaRelease release

NewReleases is sending notifications on new releases.