mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix.修复肉鸽重开后计数清零的问题
This commit is contained in:
@@ -27,7 +27,7 @@ namespace asst
|
||||
void exec_click_task(const Rect& matched_rect);
|
||||
void exec_swipe_task(ProcessTaskAction action);
|
||||
|
||||
std::shared_ptr<TaskInfo> m_cur_task_ptr;
|
||||
std::vector<std::string> m_raw_tasks_name;
|
||||
std::vector<std::string> m_cur_tasks_name;
|
||||
std::unordered_map<std::string, int> m_rear_delay;
|
||||
std::unordered_map<std::string, int> m_times_limit;
|
||||
|
||||
Reference in New Issue
Block a user