From 6ec4c3ddaa5161e605b63cfaba7aeb276b33d5e3 Mon Sep 17 00:00:00 2001 From: TianSong Date: Wed, 15 Apr 2026 10:59:21 +0800 Subject: [PATCH] =?UTF-8?q?#0055=EF=BC=9A=E4=BF=AE=E6=94=B9=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E6=A1=A3Comet=20160kv=E4=B8=8E=E6=BB=A8?= =?UTF-8?q?=E6=9D=BE=20160kv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XplorePlane/Doc/硬件层及UI集成技术路线.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XplorePlane/Doc/硬件层及UI集成技术路线.md b/XplorePlane/Doc/硬件层及UI集成技术路线.md index 39b0b43..791baeb 100644 --- a/XplorePlane/Doc/硬件层及UI集成技术路线.md +++ b/XplorePlane/Doc/硬件层及UI集成技术路线.md @@ -1,4 +1,4 @@ -# RaySourceOperateView 集成技术路线 +# RaySourceOperateView 集成技术路线 ## 整体架构 @@ -21,7 +21,7 @@ DLL 内部包含: | UserControl | `RaySourceOperateView` | 射线源操作界面 | | ViewModel | `RaySourceOperateViewModel` | 对应 ViewModel | | 服务接口/实现 | `IRaySourceService` / `RaySourceService` | 射线源业务逻辑 | -| 工厂 | `IRaySourceFactory` / `RaySourceFactory` | 策略工厂,支持 Comet225/320、Spellman225 | +| 工厂 | `IRaySourceFactory` / `RaySourceFactory` | 策略工厂,支持 Comet 160kv、Hamamatsu160kv | | 服务 | `IFilamentLifetimeService` | 灯丝寿命管理 | | 配置模型 | `RaySourceConfig` | 从 App.config 加载的配置 |