mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
chore: Auto update by pre-commit hooks [skip changelog]
This commit is contained in:
committed by
晓丶梦丶仁
parent
c3ac608cb8
commit
fd458224fd
@@ -693,9 +693,7 @@ void asst::InfrastAbstractTask::swipe_of_operlist()
|
||||
void asst::InfrastAbstractTask::swipe_to_the_left_of_operlist(int loop_times)
|
||||
{
|
||||
// 通过切换职业栏来实现回正
|
||||
bool ret = ProcessTask(*this, { "BattleQuickFormationExpandRole" })
|
||||
.set_retry_times(3)
|
||||
.run();
|
||||
bool ret = ProcessTask(*this, { "BattleQuickFormationExpandRole" }).set_retry_times(3).run();
|
||||
if (ret) {
|
||||
ProcessTask(
|
||||
*this,
|
||||
|
||||
Reference in New Issue
Block a user