From 37da3e8350ca35d440d494d888270ec46088480f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Thu, 4 Sep 2025 11:19:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ProfileCard):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E5=AF=BC=E5=85=A5=E5=B9=B6=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除未使用的图标导入并重新组织剩余图标的导入顺序,提高代码整洁度 --- .../ChatWindow/components/ProfileCard/index.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Cunkebao/src/pages/pc/ckbox/components/ChatWindow/components/ProfileCard/index.tsx b/Cunkebao/src/pages/pc/ckbox/components/ChatWindow/components/ProfileCard/index.tsx index 622489d9..7084ca16 100644 --- a/Cunkebao/src/pages/pc/ckbox/components/ChatWindow/components/ProfileCard/index.tsx +++ b/Cunkebao/src/pages/pc/ckbox/components/ChatWindow/components/ProfileCard/index.tsx @@ -12,19 +12,14 @@ import { } from "antd"; import { PhoneOutlined, - VideoCameraOutlined, UserOutlined, TeamOutlined, - MailOutlined, - EnvironmentOutlined, - CalendarOutlined, - BankOutlined, CloseOutlined, - StarOutlined, EditOutlined, CheckOutlined, PlusOutlined, - NotificationOutlined, + EnvironmentOutlined, + VideoCameraOutlined, } from "@ant-design/icons"; import { ContractData, weChatGroup } from "@/pages/pc/ckbox/data"; import { useCkChatStore } from "@/store/module/ckchat/ckchat";