mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix.修复公招关闭设置时间不生效的问题
This commit is contained in:
@@ -30,8 +30,10 @@ bool RecruitTask::run()
|
||||
return false;
|
||||
}
|
||||
|
||||
for (const auto& rect : analyzer.get_set_time_rect()) {
|
||||
ctrler.click(rect, false);
|
||||
if (m_set_time) {
|
||||
for (const auto& rect : analyzer.get_set_time_rect()) {
|
||||
ctrler.click(rect, false);
|
||||
}
|
||||
}
|
||||
const std::vector<TextRect>& all_tags = analyzer.get_tags_result();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user