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

@@ -1,6 +1,6 @@
import { createContext } from 'react';
export type TabId = 'docs' | 'compliance' | 'status' | 'rag';
export type TabId = 'perception' | 'docs' | 'compliance' | 'status' | 'rag';
export interface AppContextValue {
activeTab: TabId;