删除无用文件

This commit is contained in:
2025-10-22 14:55:28 +08:00
parent bdd729c729
commit 1544622289
7 changed files with 9 additions and 251 deletions

View File

@@ -3,7 +3,7 @@ import { useTranslation } from '@/hooks/useTranslation';
export interface Tab {
id: string;
type: 'chat' | 'agent' | 'projects' | 'usage' | 'mcp' | 'settings' | 'claude-file' | 'agent-execution' | 'create-agent' | 'import-agent';
type: 'chat' | 'agent' | 'projects' | 'usage' | 'mcp' | 'settings' | 'agent-execution' | 'create-agent' | 'import-agent';
title: string;
sessionId?: string; // for chat tabs
sessionData?: any; // for chat tabs - stores full session object