|
|
97af8904ef
|
fix: 新增初始资产导入脚本,解决新管理端无模板无法部署的问题
- import-assets.py: Python 脚本,从 configs 目录导入模板/场景/覆盖层到 SQLite
- import-assets.sh: Bash 备选方案
- assets-import.tar.gz: 包含 edge 项目的 configs 和导入脚本的离线包
待办: 管理端启动时应自动检测空库并导入种子数据
|
2026-07-23 16:11:06 +08:00 |
|
|
|
3d109b4b11
|
chore: 同步之前未提交的改动 (auto_config, ui, console)
|
2026-07-22 11:16:25 +08:00 |
|
|
|
c440186ce3
|
fix: 统一管理端部署路径,设备详情页支持无标准配置时展示设备实际模型/人脸库
- 所有路径统一为 /opt/safesightd/{bin,config,data}
- 新增 safesightd.json.example 使用绝对路径,不含 dev 私货
- package.sh 打包时使用示例配置,README 给出完整命令
- safesightd.service 精简冗余配置
- device.html: 无标准配置时仍展示设备上的模型/资源状态
- deployment.md: 路径对齐,补全配置字段
|
2026-07-22 11:14:30 +08:00 |
|
|
|
a110436e2d
|
fix: minio uses Start-Process directly instead of bat file
|
2026-07-22 09:31:25 +08:00 |
|
|
|
848580f3ee
|
fix: mock alarm and minio use cmd window to avoid silent exit
|
2026-07-22 09:29:36 +08:00 |
|
|
|
56dcee8741
|
设置token
|
2026-07-21 18:19:54 +08:00 |
|
|
|
7a8e30daba
|
docs: add control panel deployment guide
|
2026-07-21 18:17:44 +08:00 |
|
|
|
5c7fe47a36
|
feat: add offline packaging script for control panel
|
2026-07-21 18:14:43 +08:00 |
|
|
|
e284048435
|
feat: default integrations, inject into config, console live sync, task sort
|
2026-07-21 18:08:07 +08:00 |
|
|
|
a0f22230cb
|
fix: console only deploys changed devices; wizard shows display names and pre-checks features
|
2026-07-21 16:55:22 +08:00 |
|
|
|
c57ca0b5a0
|
build: update Linux ARM64 binary
|
2026-07-21 10:55:41 +08:00 |
|
|
|
fe7ff6719d
|
rename: /v1/media-server/* -> /v1/edge-server/*
|
2026-07-21 10:06:48 +08:00 |
|
|
|
b3e816e028
|
chore: remove media-server from dev-env script
|
2026-07-20 18:13:13 +08:00 |
|
|
|
4443440f0f
|
feat: face gallery reload as task; device page model/resource status; task completion time fix
|
2026-07-20 16:56:36 +08:00 |
|
|
|
29db6be66d
|
feat: device detail page shows real model/resource status with SHA256 comparison; filter unavailable features on console
|
2026-07-20 16:34:31 +08:00 |
|
|
|
0a9a1bd005
|
feat: console only shows device-supported features (filter unavailable)
|
2026-07-20 16:04:05 +08:00 |
|
|
|
ab32118f75
|
fix: remove /ui prefix globally, fix face-photo encoding, fix console video, default sort by time
|
2026-07-20 15:54:09 +08:00 |
|
|
|
b7757c7387
|
fix: normalize percent-encoding case in serveFacePhoto via PathUnescape; remove /ui prefix globally
|
2026-07-20 15:25:29 +08:00 |
|
|
|
32fcd43801
|
fix: actionFaceGalleryAdd now registers person/photo in SQLite DB
|
2026-07-20 15:01:31 +08:00 |
|
|
|
248f62ca5d
|
fix: start mediamtx from its own directory so it finds mediamtx.yml
|
2026-07-20 14:32:35 +08:00 |
|
|
|
a1143562c4
|
fix: pass mediamtx config file path explicitly
|
2026-07-20 14:31:36 +08:00 |
|
|
|
4ad664ecc5
|
fix: wait for mediamtx port 8554 before starting ffmpeg
|
2026-07-20 14:27:07 +08:00 |
|
|
|
0207593975
|
fix: use localhost for RTSP (mediamtx on same machine)
|
2026-07-20 14:26:19 +08:00 |
|
|
|
890755251d
|
fix: write bat with UTF-8 to preserve Chinese path; use chcp 65001
|
2026-07-20 14:24:45 +08:00 |
|
|
|
220a66b1c7
|
fix: launch ffmpeg via cmd /k for real console window
|
2026-07-20 14:23:15 +08:00 |
|
|
|
e1e5f783c0
|
fix: resolve full exe path via Get-Command for Start-Process
|
2026-07-20 14:22:07 +08:00 |
|
|
|
c09a999710
|
fix: show ffmpeg window so errors are visible
|
2026-07-20 14:20:41 +08:00 |
|
|
|
d09031157d
|
fix: media-server runs on 3588, skip in local dev; fix mock_alarm path
|
2026-07-20 14:17:38 +08:00 |
|
|
|
51079466a3
|
fix: use Get-Command for PATH executables like ffmpeg
|
2026-07-20 14:15:34 +08:00 |
|
|
|
33fadd17bd
|
fix: handle empty args in Start-Detached
|
2026-07-20 14:13:49 +08:00 |
|
|
|
af7447ccad
|
fix: adjust paths for safesight-control location
|
2026-07-20 14:13:02 +08:00 |
|
|
|
f5d7da6fd2
|
add dev-env.ps1 for one-click local test environment
|
2026-07-20 14:12:48 +08:00 |
|
|
|
103f9296b0
|
chore: add Linux ARM64 binary for RK3588 deployment
|
2026-07-20 12:04:31 +08:00 |
|
|
|
2b11844062
|
fix: 仪表盘页面标题同步为首页
|
2026-07-20 12:01:17 +08:00 |
|
|
|
a0c6df78b6
|
修改菜单名称和顺序
|
2026-07-20 11:36:58 +08:00 |
|
|
|
08ec88c45e
|
feat: 视频源管理页增加 CSV 模板下载与批量导入
|
2026-07-20 10:52:25 +08:00 |
|
|
|
2369a1e3dc
|
feat: 首次使用无检测通道时,仪表盘自动跳转到部署向导
|
2026-07-20 10:34:30 +08:00 |
|
|
|
96e689fec0
|
feat: 模型管理与人脸库产品化改进,通道部署配置状态指示
P2-14 模型管理简化:
- 上传新模型:模态框上传 → 存盘 → SHA256 入库 → 可选自动分发
- 设备兼容性矩阵:根据 Edge /v1/capabilities 区分缺失 vs 不适用
- 版本管理:从固定 auto 改为文件修改时间戳
- 更新全部智能过滤:只推送缺失/不一致的设备
P2-15 人脸库优化:
- Build 产出自动注册为标准资源,接入 Resource Task 分发系统
- 人脸库页面增加设备同步状态矩阵 + 批量同步按钮
- 人员搜索过滤
- 人脸质量评分反馈(构建诊断信息 + 通过率展示)
新增:通道部署页每台设备显示配置同步状态(对比 config_versions 与 Edge config SHA256)
文档:产品化改进计划、实施跟踪、模型与人脸库改进方案
|
2026-07-20 10:27:11 +08:00 |
|
|
|
9094f1f0fc
|
docs: update tracking — P2-12 done, P2-11 postponed, 10/15 (66.7%)
|
2026-07-17 18:50:37 +08:00 |
|
|
|
ca5b687ee1
|
feat: config version history — auto-save on deploy, side-by-side JSON diff
|
2026-07-17 18:47:19 +08:00 |
|
|
|
232526de06
|
feat: CSV alarm export — supports filters, Excel-compatible with BOM
|
2026-07-17 18:16:10 +08:00 |
|
|
|
3adc1e1a43
|
refactor: register alarm API routes at /api/ level instead of /ui/api/ — consistent REST design
|
2026-07-17 18:09:46 +08:00 |
|
|
|
139baeef5f
|
fix: add /ui prefix to alarm API calls — chart trending data was 404
|
2026-07-17 18:06:50 +08:00 |
|
|
|
a58c99a2f3
|
feat: alarm trend bar chart on dashboard — past 7 days, pure Canvas
|
2026-07-17 17:55:36 +08:00 |
|
|
|
a594e05692
|
refactor: unify terminology — 视频通道→检测通道, 场景→场景管理, 人脸库管理→人脸库
|
2026-07-17 17:51:45 +08:00 |
|
|
|
c71922a05d
|
fix: hide static msg div when toast shows, prevent double display
|
2026-07-17 17:45:14 +08:00 |
|
|
|
53577b0ea6
|
feat: toast notifications replace URL parameter messages — auto-dismiss, no page reload
|
2026-07-17 17:43:56 +08:00 |
|
|
|
b2fbae9e4b
|
feat: device row warning highlight when online but media server not running
|
2026-07-17 17:39:53 +08:00 |
|
|
|
bc5bd7d3fc
|
fix: alarm badge shows 99+ on initial render for counts above 99
|
2026-07-17 17:36:16 +08:00 |
|
|
|
3d7313585c
|
feat: alarm notification — topbar bell badge + title flash with unacknowledged count
|
2026-07-17 17:32:19 +08:00 |
|