g-ai-robot3 0.1.11 → 0.1.13

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
@@ -29,6 +29,7 @@ import "g-ai-robot3/dist/g-ai-robot3.css"
29
29
  |---------- |-------------------|------------|---------|---------|
30
30
  | title | 问答标题 | String | - | - |
31
31
  | greet | 问答问候语 | String | - | - |
32
+ | waitTxt | 问答等候语 | String | - | - |
32
33
  | robotCss | 机器人在视口中的位置 | object | - | left: "10px", bottom: "10px" |
33
34
  | placement | 问答弹窗位置 |String | left/right/top/bottom/top-start/top-end/bottom-start/bottom-end | top-end |
34
35
  | useAudio | 语音功能 |Boolean | true/false | true |