feat.完成集成文档中画的饼,并少量修改字段

~~肉鸽选干员除外~~
This commit is contained in:
MistEO
2022-03-10 23:24:44 +08:00
parent f060d8d909
commit 26dde72f66
29 changed files with 636 additions and 286 deletions

View File

@@ -11,12 +11,3 @@ asst::StartUpTask::StartUpTask(AsstCallback callback, void* callback_arg)
.set_times_limit("Terminal", 0);
m_subtasks.emplace_back(m_start_up_task_ptr);
}
bool asst::StartUpTask::set_params([[maybe_unused]] const json::value& params)
{
//if (!runned) {
// m_subtasks.clear();
// m_subtasks.emplace_back(m_start_up_task_ptr);
//}
return true;
}