fix: 平均值只算本次启动后的记录 + 速度 dm/s→m/s

- 平均值按 automation 开始时间过滤,不再包含历史数据
- 速度单位从 dm/s 转为 m/s(÷10),前端/后端同步转换
This commit is contained in:
wangfq
2026-05-28 14:54:21 +08:00
parent 322563dab0
commit dee27eb3be
8 changed files with 44 additions and 18 deletions

View File

@@ -36,8 +36,8 @@
<th>离开频率(Hz)</th>
<th>进入距离(mm)</th>
<th>离开距离(mm)</th>
<th>进入速度(dm/s)</th>
<th>离开速度(dm/s)</th>
<th>进入速度(m/s)</th>
<th>离开速度(m/s)</th>
<th>时间</th>
</tr>
</thead>