修复问题

This commit is contained in:
2026-08-09 15:30:12 +08:00
parent 6fe0bed78e
commit 4b9dd5c199
15 changed files with 616 additions and 278 deletions
+3 -1
View File
@@ -62,7 +62,9 @@ public:
~MLAT_Config() = default;
MLAT_Config();
[[nodiscard]] Psc::JSON to_base_json() const {
return settings.snapshot().to_base_json();
return settings.read([](const auto& value) {
return value.to_base_json();
});
}
void* lib{};
using Func_Type = void (*)(MLAT_Data* buf, std::uint16_t* len);