From f2b5e623b049a7c771bf66b6589e7860a67c4730 Mon Sep 17 00:00:00 2001 From: yanlongqi Date: Wed, 5 Nov 2025 13:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A2=98=E7=9B=AE=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2=E7=9A=84TypeScript=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除未使用的CloseCircleOutlined导入 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- web/src/pages/QuestionList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/pages/QuestionList.tsx b/web/src/pages/QuestionList.tsx index 6e65300..f9ea977 100644 --- a/web/src/pages/QuestionList.tsx +++ b/web/src/pages/QuestionList.tsx @@ -16,7 +16,6 @@ import { import { BookOutlined, CheckCircleOutlined, - CloseCircleOutlined, EditOutlined, FileTextOutlined, UnorderedListOutlined,