fix: UI 标签优化、继电器着色、工装配置概览面板

- fixture.js: FarTol/NearTol/StepTol 容差字段去掉 ×10 换算
- test_data.js: relay_out 列增加 fmtRelay() 着色渲染
- test_op.js: 新增工装配置概览面板 (renderConfigOverview + toggleConfig);新增 fmtRelay();renderLatest 继电器着色
- fixture.html: 标签文本优化 — 触发距离/释放距离/mm/V 单位标注
- test_op.html: 新增配置概览面板 HTML,隐藏旧 test-mode-indicator
- vehicle_base_test.html: 标签文本统一(触发/释放距离 + 单位)
- .gitignore: 新增,排除 __pycache__/*.pyc/.venv
This commit is contained in:
wangfq
2026-06-11 10:01:49 +08:00
parent 000e4f8d3a
commit 501e58b65f
7 changed files with 141 additions and 30 deletions

4
edc-web/.gitignore vendored
View File

@@ -1,4 +1,4 @@
.venv/
venv/
__pycache__/
*.pyc
*.pyo
.venv/