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

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
+3
View File
@@ -68,5 +68,8 @@ XplorePlane/data/
XplorePlane.Tests/bin_codex/
DataBase/XP.db
DetectorImages/
Dump/
Report/
XplorePlane.Tests/TestResults/
ReleaseFiles/win-x64/