ai-chat-embed 0.1.3 → 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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -273,6 +273,8 @@ chat.destroy();
273
273
 
274
274
  > 其余所有配置(`url`、`appName`、`domainName`、`title`、`callbacks`、`enableStreaming` 等)会直接透传给底层 `SuspendedBallChat` 组件。完整配置参考原包文档:[ai-suspended-ball-chat](https://www.npmjs.com/package/ai-suspended-ball-chat)
275
275
 
276
+ _⚠️值得注意点是:在这个组件中使用`ai-suspended-ball-chat`支持的配置时需要使用**驼峰**的写法,例如:domainName(而不是写domain-name)._
277
+
276
278
  ## 五、适用场景
277
279
 
278
280
  - 营销页、活动页快速集成 AI 客服
@@ -286,8 +288,8 @@ chat.destroy();
286
288
 
287
289
  ## 七、chatLibUrl版本
288
290
  - 正式版本: https://unpkg.com/ai-suspended-ball-chat@latest/dist/suspended-ball-chat.umd.js
289
- - alpha版本: https://unpkg.com/ai-suspended-ball-chat@0.3.64-alpha.1/dist/suspended-ball-chat.umd.js
290
- - beta版本: https://unpkg.com/ai-suspended-ball-chat@0.3.64-beta.1/dist/suspended-ball-chat.umd.js
291
+ - alpha版本: https://unpkg.com/ai-suspended-ball-chat@0.3.68-alpha.1/dist/suspended-ball-chat.umd.js
292
+ - beta版本: https://unpkg.com/ai-suspended-ball-chat@0.3.68-beta.1/dist/suspended-ball-chat.umd.js
291
293
 
292
294
  ### Q: 不同版本功能上是否有差异?
293
295
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-chat-embed",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "private": false,
5
5
  "description": "Framework-agnostic embed wrapper for ai-suspended-ball-chat",
6
6
  "main": "dist/ai-chat-embed.min.js",