@kweaver-ai/chatkit 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,6 +11,7 @@ ChatKit 是一个 AI 对话组件。Web 应用开发者可以将 ChatKit 集成
11
11
  - **应用上下文**: 支持注入应用上下文,让 AI 理解用户操作背景
12
12
  - **流式响应**: 支持 SSE 流式响应,实现打字机效果
13
13
  - **Markdown 渲染**: AI 助手消息支持 Markdown 格式渲染
14
+ - **消息复制**: 支持复制消息内容,支持富文本(HTML)和纯文本格式,可粘贴到 Word 等应用
14
15
  - **Web 搜索**: 支持显示 Web 搜索结果
15
16
  - **多平台适配**: 支持扣子(Coze)、AISHU DIP 平台等
16
17
  - **TypeScript Mixin**: 使用 Mixin 模式实现多重继承,代码复用性强
@@ -47,7 +48,8 @@ chatkit/
47
48
  │ │ │ └── Assistant.tsx # DIP Assistant 组件
48
49
  │ │ └── icons/ # 图标组件
49
50
  │ ├── utils/ # 工具函数
50
- │ │ └── mixins.ts # TypeScript Mixin 工具
51
+ │ │ ├── mixins.ts # TypeScript Mixin 工具
52
+ │ │ └── copyMessage.ts # 消息复制工具函数
51
53
  │ ├── types/ # TypeScript 类型定义
52
54
  │ │ └── index.ts # 类型定义文件
53
55
  │ ├── styles/ # 样式文件