初步修改

This commit is contained in:
2026-08-09 14:13:35 +08:00
parent 1e1e77e41a
commit 6fe0bed78e
26 changed files with 2007 additions and 681 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ public:
}
std::shared_ptr<Data_Source> total_source() {
for (auto i : mode_acs.data_source_config.map.list()) {
if (i->enable)
if (i->enabled())
return i;
}
return mode_acs.data_source_config.map.list().at(0);