Commit Graph

307 Commits

Author SHA1 Message Date
33a7367ecd fix: add InjectIntegrationsIntoConfig to device detail deploy path; docs: add edge config check command 2026-07-29 22:35:36 +08:00
24386d9cf0 chore: delete 29 legacy skipped tests, fix storage test build error 2026-07-27 21:11:20 +08:00
d1f85ee794 test: add 18 tests - injectIntegrations, device overlays, tuning, template clone, mergeRuntimeInstancePatch, wizard, ResolveChannelToSource, SaveVideoSourceAsset 2026-07-27 19:43:59 +08:00
43cb4b8411 feat: add description text to tuning sliders explaining parameter behavior 2026-07-27 19:17:23 +08:00
6e32d15c86 feat: add hint with reference values to tuning sliders 2026-07-27 19:14:27 +08:00
3084ddc524 fix: add space between number and unit on tuning sliders 2026-07-27 19:10:24 +08:00
6229a340a8 fix: tune slider formatting - max 2 decimals, integers show no decimal 2026-07-27 19:09:45 +08:00
1de96c4c02 refactor: use hardcoded tuning definitions instead of template-embedded tuning section 2026-07-27 19:07:00 +08:00
723239812b fix: overlay checkbox alignment in device detail page 2026-07-27 18:39:40 +08:00
45470d0908 refactor: move overlay selection from console to device detail page 2026-07-27 18:35:08 +08:00
8d8daf1b7f feat: add anti-tamper guard for standard template tuning page 2026-07-27 18:27:21 +08:00
b2cb0b9a67 feat: template tuning - slider-based parameter adjustment with affected-device detection 2026-07-27 18:26:04 +08:00
e68a1ab8ba feat: 覆盖层勾选持久化,刷新后保留 2026-07-27 16:29:14 +08:00
a98c8fa77b fix: 覆盖层页面添加新增按钮,支持空白新建 2026-07-27 16:19:07 +08:00
6abfa7024b feat: 看板页面添加告警覆盖层勾选,下发时自动应用 2026-07-27 16:12:24 +08:00
7b8cf92b87 feat: 导出CSV加HLS代理列,按IP排序 2026-07-27 15:11:09 +08:00
dd83080ae2 fix: 回退ensureDevicesLoaded,恢复原版'全离线才搜索'逻辑 2026-07-27 12:09:06 +08:00
bf5f0bbefe fix: 导出视频地址去掉通道名列 2026-07-27 11:31:35 +08:00
e8a8432c48 fix: 导出视频地址只包含已部署通道 2026-07-27 11:27:22 +08:00
ac305f3106 feat: 设备管理页导出所有设备的视频流地址CSV 2026-07-27 11:22:30 +08:00
425bf2ca92 feat: 检测通道详情添加RTSP和HLS完整地址 2026-07-27 11:16:47 +08:00
a1ed9e2457 feat: 检测通道列表添加RTSP和HLS地址列 2026-07-27 11:14:39 +08:00
d6af1ebc88 test: 删除9个静态内容测试,修复预存断言,web测试全部通过 2026-07-27 01:32:18 +08:00
931faf999e test: 修复预存测试断言,清理静态内容测试,更新测试计划 2026-07-27 01:27:14 +08:00
e7d7d9a23b test: 修复预存测试(/ui/前缀同步),记录已知失败 2026-07-27 01:16:59 +08:00
66547ddd16 test: P1 ConsoleSave测试 + 修复旧测试签名 2026-07-27 01:12:06 +08:00
acf599df6d fix: 系统页布局调整——备份恢复移到服务配置下方 2026-07-26 14:15:32 +08:00
4968d6203a fix: 设备列表配置列显示模板名而非ConfigID 2026-07-26 14:12:10 +08:00
a801340d14 fix: 本机时间卡片移到系统页顶部 2026-07-26 14:04:23 +08:00
40e8b35e6b fix: 时间同步按钮改为JS控制,勾选后即时显示 2026-07-26 13:59:11 +08:00
257f3ac034 feat: 时间同步阈值可配置,系统页添加本机时间卡片 2026-07-26 13:53:22 +08:00
aa20bdaeb1 fix: 批处理统一过滤离线设备,时间同步跳过无偏差设备 2026-07-26 13:48:15 +08:00
47655b75d2 feat: 批量工具栏添加时间同步按钮 2026-07-26 13:42:09 +08:00
cf687a7b5d chore: CSS版本号升至ia13 2026-07-26 13:33:51 +08:00
976fdd0e12 fix: 暗色主题danger-soft颜色修正,显示红色 2026-07-26 13:32:07 +08:00
0910b1c881 feat: 设备列表显示时间偏差角标(偏差>5秒) 2026-07-26 13:25:57 +08:00
ab125a1489 fix: 默认帧率改为30 2026-07-26 13:17:37 +08:00
25d860ca33 refactor: 视频源删除改用ID,彻底避免中文URL编码问题 2026-07-26 13:09:06 +08:00
332e36bd8f fix: chi.URLParam中文未解码导致删除失败,加url.PathUnescape 2026-07-26 13:07:57 +08:00
210465cc71 fix: 删除重复的SaveVideoSourceAsset调用,解决改名时先创建后更新的bug 2026-07-26 12:53:13 +08:00
873cc3e1a4 fix: id和original_name隐藏字段分开判断,避免空id导致新增 2026-07-26 12:46:28 +08:00
2cc5ac43a9 chore: 清理AlarmChannelSources等未使用字段 2026-07-26 12:37:47 +08:00
c817b42ff7 refactor: video_sources使用整数ID主键,名字可自由修改 2026-07-26 12:34:35 +08:00
a4e0d1316f feat: 视频源改名,同步更新识别单元引用 2026-07-26 12:28:17 +08:00
30a93d1c84 fix: 视频源消息移到顶部,删除加确认对话框 2026-07-26 12:21:49 +08:00
50c74e5339 fix: 全局时间格式统一,去除T和时区,任务和配置历史也使用 2026-07-26 12:12:47 +08:00
3144e4a0dd fix: 告警时间去掉T和毫秒,CSV和列表统一 2026-07-26 12:09:37 +08:00
10f2a48508 fix: 告警列表表头通道改为视频源 2026-07-26 12:05:52 +08:00
d5cf7bf4f9 fix: ResolveChannelToSource使用ListRecognitionUnits替代ListDeviceAssignments,告警列表通道列显示摄像头名 2026-07-26 12:05:26 +08:00
b4ef331be8 fix: alarmChannelSource统一处理通道后缀,CSV和列表共用一个映射 2026-07-26 11:52:21 +08:00