|
|
70738edb31
|
feat(control): 双层版本模型 - 语义化主版本显示
- 新增 VERSION 文件(1.0.0)作为 control 主版本号来源
- UI 版本展示分层: 列表页/详情页/footer 显示 V1.0.0, 构建号悬停可见
- init() 兜底: 未注入时 0.0.0
|
2026-08-01 17:16:13 +08:00 |
|
|
|
c6da0a6c6d
|
feat(control): 版本机制打通,UI 展示 agent/引擎/control 真实版本
- ui.go: 版本号由硬编码常量改为可注入变量( -X ...web.Version )
- 新增 service.FetchDeviceVersions: 调用 edge /v1/versions 采集
agent 版本/build_id/git_sha + media 引擎版本 + 设备模型数
- 设备详情页: 新增引擎版本/构建信息/模型数量展示
- 设备列表页: 新增版本列(含 build/git 悬停提示)
- 构建脚本(3处): 注入 control 版本号(git describe)
- 新增模板语法测试(43个模板防回归)
|
2026-08-01 16:54:10 +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 |
|
|
|
a98c8fa77b
|
fix: 覆盖层页面添加新增按钮,支持空白新建
|
2026-07-27 16:19:07 +08:00 |
|
|
|
6abfa7024b
|
feat: 看板页面添加告警覆盖层勾选,下发时自动应用
|
2026-07-27 16:12:24 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
25d860ca33
|
refactor: 视频源删除改用ID,彻底避免中文URL编码问题
|
2026-07-26 13:09:06 +08:00 |
|
|
|
873cc3e1a4
|
fix: id和original_name隐藏字段分开判断,避免空id导致新增
|
2026-07-26 12:46:28 +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 |
|
|
|
64f2e88c26
|
fix: 时间格式去除T和时区,视频源回退通道名
|
2026-07-26 11:50:09 +08:00 |
|
|
|
55f235b23b
|
feat: 告警列表显示设备名+IP和视频源,CSV时间移到首位
|
2026-07-26 11:46:14 +08:00 |
|
|
|
7678006d4d
|
fix: 系统配置和服务状态同排显示
|
2026-07-25 13:43:29 +08:00 |
|
|
|
9a5313416a
|
feat: 公司名称配置项,显示在侧边栏底部
|
2026-07-25 13:35:51 +08:00 |
|
|
|
0fbb2e85dc
|
feat: 系统设置页支持修改告警保留天数
|
2026-07-25 13:21:19 +08:00 |
|
|
|
77f17791ed
|
fix: 同步人脸库后自动重载,移除设备详情中多余的重载按钮
|
2026-07-25 12:51:11 +08:00 |
|
|
|
7120805c0c
|
fix: 设备列表保留主机名,去掉版本和dev#
|
2026-07-24 20:23:59 +08:00 |
|
|
|
99cd956e4c
|
fix: 设备列表只显示名字和IP,去掉重复无区分价值的主机名/版本/dev#
|
2026-07-24 20:22:38 +08:00 |
|
|
|
a21a0f8649
|
fix: 人脸库页设备行只显示IP
|
2026-07-24 20:20:38 +08:00 |
|
|
|
3ae6f71cf9
|
feat: 模型/资源/人脸库页设备名旁显示IP;设备列表按IP+名称排序
|
2026-07-24 20:18:11 +08:00 |
|
|
|
3eb966a560
|
fix: 改名按钮只保留铅笔图标
|
2026-07-24 20:06:14 +08:00 |
|
|
|
d59e028353
|
fix: 改名按钮加边框文字、取消时恢复名字显示
|
2026-07-24 20:04:32 +08:00 |
|
|
|
337c136829
|
fix: 设备名改用flex布局,按钮不再折行
|
2026-07-24 20:00:37 +08:00 |
|
|
|
1938a26f5a
|
fix: 按钮入strong同行显示,未改名不提交
|
2026-07-24 19:53:41 +08:00 |
|
|
|
820f72cdb3
|
fix: 设备改名按钮同行显示,字段名修正为 device_alias
|
2026-07-24 19:49:30 +08:00 |
|