Commit Graph

12 Commits

Author SHA1 Message Date
286dcaa945 feat: persist device features to DB as source of truth
- device_features 表:持久化设备检测功能选择
- pageConsole 从 DB 读取功能选择(非从模板反推)
- actionConsoleSave 先存 DB 再从 DB 读取运行流水线
- 模板选择改为最精确匹配(单功能只用该功能模板)
- 修复内存指标解析(补充 memory 字段)
2026-05-12 13:40:37 +08:00
25cf456047 feat: console one-click auto-config pipeline
管控台一键自动配置:勾选检测功能 + 分配视频源 → 自动生成配置并下发

新增:
- FeatureRegistry: 功能→模板映射与选择算法
- template_composer: 多模板 DAG 浅合并
- AutoConfigService: 完整流水线
- console.html: 视频源分配交互

修改:
- actionConsoleSave: stub → 完整自动配置编排
- pageConsole: 修复功能勾选回显 + 内存指标解析
- main.go: 注入 AutoConfigService
- .gitignore: /managerd 只匹配根目录二进制
2026-05-12 13:26:49 +08:00
259f903a11 chore: gitignore dataset and pycache 2026-05-08 10:24:52 +08:00
7de906cd91 chore: gitignore backup files 2026-05-06 14:09:47 +08:00
5d116f0ecc chore: gitignore managerd binary 2026-05-06 13:32:28 +08:00
b05e807383 修改.gitignore文件 2026-05-03 09:53:45 +08:00
43d18d0c7b feat: add local sqlite storage foundation 2026-04-28 15:21:16 +08:00
c8836991c5 Ignore local worktrees directory 2026-04-20 00:17:07 +08:00
0e0947a2ba Narrow superpowers doc tracking 2026-04-19 15:45:42 +08:00
5f78ce5430 Add backend IA redesign spec 2026-04-19 15:45:05 +08:00
8c80f3a1a5 Polish admin UI styles 2026-04-19 10:17:48 +08:00
tian
f309e2d576 添加.gitignore,忽略build目录 2026-03-02 18:45:15 +08:00