界面显示优化

This commit is contained in:
2026-08-07 16:22:50 +08:00
parent 127c142c0b
commit 5a35a7783c
3 changed files with 292 additions and 321 deletions
@@ -64,6 +64,7 @@ public:
std::string base_station_color = "#1677ff";
std::uint32_t aircraft_pixel_size = 50;
std::uint32_t base_station_pixel_size = 100;
std::uint32_t track_point_pixel_size = 8;
double aircraft_scale = 1.0;
double base_station_scale = 1.0;
Psc::Copyable_Atomic<bool> show_icao = true;