feat.新增信用商店自动购买的任务

This commit is contained in:
MistEO
2021-09-24 21:19:59 +08:00
parent 1d438b6df8
commit 780c3e1cf1
18 changed files with 216 additions and 22 deletions

View File

@@ -59,14 +59,6 @@ bool asst::InfrastAbstractTask::click_confirm_button()
return m_controller_ptr->click(ConfirmButtonRect);
}
bool asst::InfrastAbstractTask::click_return_button()
{
DebugTraceFunction;
const static Rect ConfirmButtonRect(20, 20, 135, 35);
return m_controller_ptr->click(ConfirmButtonRect);
}
bool asst::InfrastAbstractTask::swipe(bool reverse)
{
DebugTraceFunction;