mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
feat: 仅在自动招募时上传公招结果
This commit is contained in:
@@ -419,7 +419,9 @@ asst::AutoRecruitTask::calc_task_result_type asst::AutoRecruitTask::recruit_calc
|
||||
callback(AsstMsg::SubTaskExtraInfo, cb_info);
|
||||
}
|
||||
|
||||
async_upload_result(info["details"]);
|
||||
if (!is_calc_only_task()) {
|
||||
async_upload_result(info["details"]);
|
||||
}
|
||||
|
||||
if (need_exit()) return {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user