From 2e68b1338ea04125ce4360e6d2ddf03f54df86ac Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 19 Aug 2026 14:11:30 +0800
Subject: [PATCH] feat: init异常检测
---
apps/workbench-console/src/data/capabilities.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/apps/workbench-console/src/data/capabilities.ts b/apps/workbench-console/src/data/capabilities.ts
index ee9e4e4..5002084 100644
--- a/apps/workbench-console/src/data/capabilities.ts
+++ b/apps/workbench-console/src/data/capabilities.ts
@@ -18,7 +18,7 @@
{ id: "06-spatial-reasoning", title: "空间推理", level: "C", status: "planned", note: "等待首个本地 Demo。" },
{ id: "07-risk-rule-engine", title: "风险规则引擎", level: "C", status: "planned", note: "等待首个本地 Demo。" },
{ id: "08-spatiotemporal-forecasting", title: "时空预测", level: "B", status: "planned", note: "等待首个本地 Demo。" },
- { id: "09-anomaly-detection", title: "异常检测", level: "B", status: "planned", note: "等待首个本地 Demo。" },
+ { id: "09-anomaly-detection", title: "异常检测", level: "B", status: "verified", note: "CPU 可解释特征与 Isolation Forest 对比,输出热力图、候选区和结构化结果。" },
{ id: "10-smart-route-planning", title: "智能航线规划", level: "C", status: "planned", note: "等待首个本地 Demo。" },
{ id: "11-fleet-scheduling", title: "集群调度", level: "C", status: "planned", note: "等待首个本地 Demo。" },
{ id: "12-quality-control-refly", title: "质量检查与补飞", level: "B", status: "planned", note: "等待首个本地 Demo。" },
--
Gitblit v1.9.3