功能比较完善的一版

This commit is contained in:
2026-08-21 22:12:47 +08:00
parent ae8d2f7272
commit e3d3bfd767
37 changed files with 563 additions and 224 deletions
+1
View File
@@ -40,6 +40,7 @@ int run_web_server(std::uint16_t port, const std::filesystem::path& asset_root)
const auto executor = graph_pool->get_executor();
auto plots = std::make_shared<Plot_Map>();
plots->emplace("axes", make_axes_plot(executor));
plots->emplace("spectrum", make_spectrum_plot(executor));
plots->emplace("frequency_trace", make_frequency_trace_plot(executor));
plots->emplace("sweep_spectrum", make_sweep_spectrum_plot(executor));