统一各项目运行时目录结构

D:\XPData
├── DataBase\          # SQLite 数据库,例如 XP.db
├── DetectorImages\    # 探测器采集图像
├── Logs\              # Serilog 运行日志
├── Dump\              # 异常 Dump 文件
├── Report\            # 报告输出目录
├── Plan\              # 工艺 / CNC / 检测程序数据
├── Tools\             # 工具相关数据
└── Data\              # 其他运行数据
This commit is contained in:
zhengxuan.zhang
2026-06-05 14:03:30 +08:00
parent a5397ba752
commit b673eeb40a
8 changed files with 102 additions and 30 deletions
@@ -426,7 +426,7 @@ namespace XP.ReportEngine.ViewModels
/// <summary>
/// 模拟图像目录路径 | Mock image directory path
/// </summary>
private const string MockImageDirectory = @"D:\XplorePlane\DetectorImages";
private const string MockImageDirectory = @"D:\XPData\DetectorImages";
/// <summary>
/// 创建模拟处理器输出数据(演示用,覆盖所有检测类型)