将流程图作为3级节点在左侧显示 ;优化布局宽度显示 ; 右侧详情面板的显示级别1级或2级

This commit is contained in:
zhengxuan.zhang
2026-05-25 10:59:39 +08:00
parent 03348a91ac
commit 581ed2f3df
7 changed files with 212 additions and 50 deletions
@@ -15,12 +15,12 @@ namespace XP.Hardware.Detector.Config
/// <summary>
/// 合成帧宽度(像素)| Synthetic frame width (pixels)
/// </summary>
public int Width { get; set; } = 256;
public int Width { get; set; } = 2800;
/// <summary>
/// 合成帧高度(像素)| Synthetic frame height (pixels)
/// </summary>
public int Height { get; set; } = 256;
public int Height { get; set; } = 2800;
/// <summary>
/// 模拟帧率(帧/秒)| Simulated frame rate (fps)