feat.添加部分基建容错机制

This commit is contained in:
MistEO
2021-11-21 00:14:25 +08:00
parent 8c9254c1fd
commit 1cc4123fbc
9 changed files with 29 additions and 8 deletions

View File

@@ -17,7 +17,9 @@ bool asst::InfrastTradeTask::run()
enter_facility(FacilityName, 0);
click_bottomleft_tab();
shift_facility_list();
if (!shift_facility_list()) {
return false;
}
return true;
}