#0049 硬件层射线源控件的初步集成

This commit is contained in:
zhengxuan.zhang
2026-03-26 17:12:19 +08:00
parent da43dfc595
commit acc9b11942
14 changed files with 82 additions and 9 deletions
+7
View File
@@ -24,6 +24,13 @@
<add key="RaySource:StatusPollingInterval" value="500" />
<add key="RaySource:EnableAutoStatusMonitoring" value="true" />
<!-- SQLite 数据库配置 -->
<add key="Sqlite:DbFilePath" value="Data\XP.db" />
<add key="Sqlite:ConnectionTimeout" value="30" />
<add key="Sqlite:CreateIfNotExists" value="true" />
<add key="Sqlite:EnableWalMode" value="true" />
<add key="Sqlite:EnableSqlLogging" value="false" />
<!-- 探测器配置 -->
<add key="Detector.Type" value="Varex4343"/>
<add key="Detector.IPAddress" value="192.168.1.101"/>