From c8bf90f64bb2a681b04e0c1c5deaeb17d818ebfc Mon Sep 17 00:00:00 2001 From: Metona Date: Sat, 4 Apr 2026 21:43:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20chatAreaEl=20?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E5=A3=B0=E6=98=8E=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/components/chat-area.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/components/chat-area.js b/js/components/chat-area.js index 7d23c3f..5f43f8d 100644 --- a/js/components/chat-area.js +++ b/js/components/chat-area.js @@ -7,8 +7,6 @@ import { state, KEYS } from '../state.js'; import { marked } from '../marked-config.js'; import { escapeHtml, formatTime, downloadFile } from '../utils.js'; -let chatAreaEl, messagesContainerEl, emptyStateEl; - /** 根据文件名返回合适的图标 */ function getFileIcon(filename) { const name = filename.toLowerCase();