From 58d6fb4e639c7539e4c330087427cbcfb79fb62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AD=90=E9=BB=98?= <925456043@qq.com> Date: Sun, 5 Apr 2026 12:04:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E5=9B=BE=E6=A0=87=E9=80=89=E6=8B=A9=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在管理端图标选择器中加入 chat-history 图标 --- .../effects/common-ui/src/components/icon-picker/icon-picker.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/easyflow-ui-admin/packages/effects/common-ui/src/components/icon-picker/icon-picker.vue b/easyflow-ui-admin/packages/effects/common-ui/src/components/icon-picker/icon-picker.vue index 386729b..6223a7e 100644 --- a/easyflow-ui-admin/packages/effects/common-ui/src/components/icon-picker/icon-picker.vue +++ b/easyflow-ui-admin/packages/effects/common-ui/src/components/icon-picker/icon-picker.vue @@ -100,6 +100,7 @@ watchDebounced( 'svg:department', 'svg:time', 'svg:log', + 'svg:chat-history', 'svg:setting', 'svg:api', 'svg:user-feedback',