refactor.完成 Controller 部分的重构

This commit is contained in:
MistEO
2022-02-19 01:17:08 +08:00
parent 3d0362c7b9
commit eba5c715c2
38 changed files with 371 additions and 820 deletions

View File

@@ -9,7 +9,7 @@
bool asst::InfrastInfoTask::_run()
{
swipe_to_the_left_of_main_ui();
const auto image = Ctrler.get_image();
const auto image = m_ctrler->get_image();
InfrastFacilityImageAnalyzer analyzer(image);
analyzer.set_to_be_analyzed({ "Mfg", "Trade", "Power", "Dorm" });