From aaf0338f1cde8f058a1920c6276784c028ccce53 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Mon, 7 Jul 2025 22:35:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor(icon):=20=E9=87=8D=E6=9E=84=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E7=B3=BB=E7=BB=9F=E4=BD=BF=E7=94=A8CoiIcon=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 utils/icon.ts 使用 CoiIcon 替代原有图标实现 - 重构 IconSelect 组件使用 CoiIcon 统一图标渲染 - 移除对 @iconify/vue 的直接依赖 - 简化图标组件创建逻辑 --- src/components/common/IconSelect.vue | 21 ++++++++++----------- src/utils/icon.ts | 27 +++++---------------------- 2 files changed, 15 insertions(+), 33 deletions(-) diff --git a/src/components/common/IconSelect.vue b/src/components/common/IconSelect.vue index 99b1127..b3279b8 100644 --- a/src/components/common/IconSelect.vue +++ b/src/components/common/IconSelect.vue @@ -1,21 +1,20 @@