From d2e80b3ae0566a95444b6845b17f14840537c96c Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Fri, 23 Jan 2026 11:45:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor(web-antd):=20=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E7=BB=84=E4=BB=B6=E4=B8=BAunocss=E5=86=85?= =?UTF-8?q?=E8=81=94=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 IconifyIcon 组件替换为 UnoCSS 的内联图标类,以简化依赖并提升性能 --- apps/web-antd/src/views/system/client/secret-input.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/system/client/secret-input.vue b/apps/web-antd/src/views/system/client/secret-input.vue index 5b356123..82554c88 100644 --- a/apps/web-antd/src/views/system/client/secret-input.vue +++ b/apps/web-antd/src/views/system/client/secret-input.vue @@ -1,5 +1,4 @@