feat(perception): 智能感知模块 - event feed, SSE impact analysis, tab registration

This commit is contained in:
2026-05-22 00:42:28 +08:00
parent f9ee644f25
commit 37f7a60b0a
8 changed files with 643 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ import { useTheme, useApp } from '../../contexts';
import type { TabId } from '../../contexts';
const tabs: Array<{ id: TabId; label: string }> = [
{ id: 'perception', label: '智能感知' },
{ id: 'docs', label: '文档管理' },
{ id: 'compliance', label: '合规分析' },
{ id: 'status', label: '系统状态' },