From 6baecb5199c1e0cf4863117dd21b02e60f7e368e Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Wed, 28 Jan 2026 09:56:53 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=20@antdv-next/icons?= =?UTF-8?q?=20=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为 web-antd 应用添加 @antdv-next/icons 依赖,以支持 Ant Design Vue Next 版本的图标组件。 --- apps/web-antd/package.json | 1 + pnpm-workspace.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/web-antd/package.json b/apps/web-antd/package.json index 5b798b0b..23315e0f 100644 --- a/apps/web-antd/package.json +++ b/apps/web-antd/package.json @@ -29,6 +29,7 @@ "dependencies": { "@alova/adapter-axios": "catalog:", "@ant-design/icons-vue": "catalog:", + "@antdv-next/icons": "catalog:", "@tinymce/tinymce-vue": "catalog:", "@vben/access": "workspace:*", "@vben/common-ui": "workspace:*", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a33558f1..d1329e39 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -23,6 +23,7 @@ overrides: catalog: '@alova/adapter-axios': ^2.0.17 '@ant-design/icons-vue': ^7.0.1 + '@antdv-next/icons': 1.0.0-beta.1 '@ast-grep/napi': ^0.39.9 '@changesets/changelog-github': ^0.5.2 '@changesets/cli': ^2.29.8