diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c7919ff40209e86bf6a133c03a6d589f890f22c..1c4826353dc7e7258488c55653713943a3dbd7ab 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 f7faf52470d93a4f5666ddaf5f3f4c64d8eecff9..269759c4de054d92ddfbb2e2164138ae525b7ca7 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 =
- '';
+ '';
tag: string = 'button';