feat: 肉鸽模式支持设置开始次数、投资次数、投满停止

This commit is contained in:
MistEO
2022-07-23 01:05:18 +08:00
parent c81749aa1a
commit 2e15dcb1d4
14 changed files with 215 additions and 55 deletions

View File

@@ -25,6 +25,7 @@ namespace asst
protected:
virtual bool _run() override;
virtual bool on_run_fails() override;
virtual json::value basic_info() const override;
void exec_click_task(const Rect& matched_rect);
void exec_swipe_task(ProcessTaskAction action);