From ca409dd7a83607e2111f4b232a6304b1b089c44f Mon Sep 17 00:00:00 2001 From: jianglinjun Date: Wed, 8 May 2024 19:52:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=AF=8C=E6=96=87?= =?UTF-8?q?=E6=9C=ACAI=E8=81=8A=E5=A4=A9=E5=9B=BE=E6=A0=87=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- src/editor/html/wang-editor/ai/ai-modules.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7919ff4..1c4826353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ## [Unreleased] ### Added - +- 更新富文本AI聊天图标的样式 - 通用组件及部件组件国际化 ### Fixed diff --git a/src/editor/html/wang-editor/ai/ai-modules.ts b/src/editor/html/wang-editor/ai/ai-modules.ts index f7faf5247..269759c4d 100644 --- a/src/editor/html/wang-editor/ai/ai-modules.ts +++ b/src/editor/html/wang-editor/ai/ai-modules.ts @@ -7,7 +7,7 @@ export class AIMenu implements IButtonMenu { title: string = 'AI'; iconSvg: string = - ' AI'; + ' AI'; tag: string = 'button'; -- Gitee