@glodon-aiot/bot-client-ui 3.3.2-beta.9 → 3.3.2

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 +0 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -197,14 +197,6 @@ interface Feature {
197
197
  knowledges?: boolean | { visible: boolean; default: Knowledge[]; disabled?: boolean };
198
198
  // 用户指令变量设置
199
199
  promptVariables?: boolean | { visible: boolean; default: SessionPrompt[] };
200
- // 支持自定义问答内容markdown的超链接元素的点击事件
201
- markdown?: {
202
- componentProps?: {
203
- a?: {
204
- onClick?: (e: {nativeEvent: PointerEvent}) => void;
205
- };
206
- };
207
- }
208
200
  }
209
201
  ```
210
202
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glodon-aiot/bot-client-ui",
3
- "version": "3.3.2-beta.9",
3
+ "version": "3.3.2",
4
4
  "author": "glodoncv",
5
5
  "description": "aiot libembeds",
6
6
  "keywords": [
@@ -36,7 +36,7 @@
36
36
  "cy-open": "yarn run cypress open"
37
37
  },
38
38
  "dependencies": {
39
- "@glodon-aiot/agent-cli-ui": "^3.3.2-beta.9"
39
+ "@glodon-aiot/agent-cli-ui": "^3.3.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@babel/core": "^7.20.12",