From 6729b540bf764bc8ffe5a72df013827b3c6e2bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Mon, 17 Nov 2025 15:42:04 +0800 Subject: [PATCH] chore: remove FileCard for CHAT_COMPONENT_MAP --- js/components.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/js/components.ts b/js/components.ts index 9c315e48c1..52cb9f210e 100644 --- a/js/components.ts +++ b/js/components.ts @@ -166,5 +166,4 @@ export const CHAT_COMPONENT_MAP: Record = { 'chat-sender': ['ChatSender'], 'chat-thinking': ['ChatThinking'], chatbot: ['Chatbot'], - 'file-card': ['FileCard'], };