修复了一些bug

This commit is contained in:
2026-08-11 08:42:08 +08:00
parent b1fca95250
commit 14a6e97b64
174 changed files with 81 additions and 21867 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ void append_common(std::vector<Control_Definition>& result, Gallery_Frame_Mode f
result.push_back(number("pixel_stream_fps", "WebSocket 像素 FPS",
"WebSocket_Pixel_Stream::set_pull_frequency", 30, 1, 60, 1,
"Web Transport", false,
"限制浏览器拉取完整 RGBA 像素图的频率,不限制 Kernel 后台渲染频率"));
"限制浏览器拉取完整 RGBA 像素图的频率,并作为 Web 自动低延迟调度的消费频率上限"));
}
result.push_back(flag("performance_overlay", "性能叠层", "set_performance_overlay_enabled",
false, "Plot_Core"));