chore: Auto update by pre-commit hooks [skip changelog]

This commit is contained in:
pre-commit-ci[bot]
2024-10-22 08:40:20 +00:00
parent 26d7349722
commit ce02c80498
261 changed files with 7746 additions and 7012 deletions

View File

@@ -3,7 +3,8 @@
#include "Task/Miscellaneous/OperBoxRecognitionTask.h"
#include "Task/ProcessTask.h"
asst::OperBoxTask::OperBoxTask(const AsstCallback& callback, Assistant* inst) : InterfaceTask(callback, inst, TaskType)
asst::OperBoxTask::OperBoxTask(const AsstCallback& callback, Assistant* inst) :
InterfaceTask(callback, inst, TaskType)
{
auto enter_task = std::make_shared<ProcessTask>(m_callback, m_inst, TaskType);
enter_task->set_tasks({ "OperBoxBegin" }).set_ignore_error(true);