feat: 确认设备API自带预警判断,简化预警引擎设计

- alert_engine → alert_handler(仅接收存储)
- 移除 alert_records.threshold 字段
- 架构图/DB/API 文档同步更新
This commit is contained in:
2026-04-14 11:50:36 +08:00
parent a4c1bc90bf
commit 7b71edf17a
4 changed files with 14 additions and 20 deletions

View File

@@ -48,3 +48,4 @@
| 2026-04-14 | v0.1.0 | 初始化草稿,架构设计 |
| 2026-04-14 | v0.1.1 | 锁定预警轮询、JWT 7天、OSS Bucket 配置 |
| 2026-04-14 | v0.1.2 | 锁定 SQLite 数据库 |
| 2026-04-14 | v0.1.3 | 确认设备 API 自带预警判断,移除本地阈值配置 |