rt-chat-input 1.0.8 → 1.0.9

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,11 +5,11 @@
5
5
  ## 预览
6
6
 
7
7
  <p align="center">
8
- <img src="./docs/1.png" alt="默认输入状态" width="320" />
8
+ <img src="http://rt-rongmeibao.oss-cn-beijing.aliyuncs.com/trade-platform-web/20260206/31e2b6c0-f62c-4f78-b6df-2c86551ed421.png" alt="默认输入状态" width="320" />
9
9
  </p>
10
10
 
11
11
  <p align="center">
12
- <img src="./docs/2.png" alt="语音录制模式" width="320" />
12
+ <img src="http://rt-rongmeibao.oss-cn-beijing.aliyuncs.com/trade-platform-web/20260206/fba50327-0adc-4e13-aeec-5c10c4bb4b9d.png" alt="语音录制模式" width="320" />
13
13
  </p>
14
14
 
15
15
  | 默认状态 | 语音录制模式 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rt-chat-input",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "AI聊天输入框组件,支持文本输入、语音录制、文件上传",
5
5
  "type": "module",
6
6
  "main": "./dist/chat-input.umd.js",