ai-chat-embed 0.1.4 → 0.1.6
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ export default function Page() {
|
|
|
107
107
|
}
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
> 前提:页面已通过 `<script src
|
|
110
|
+
> 前提:页面已通过 `<script src="https://unpkg.com/ai-chat-embed/dist/ai-chat-embed.min.js"></script>` 加载 SDK。
|
|
111
111
|
|
|
112
112
|
### 原生 HTML
|
|
113
113
|
|
|
@@ -288,8 +288,8 @@ _⚠️值得注意点是:在这个组件中使用`ai-suspended-ball-chat`支持
|
|
|
288
288
|
|
|
289
289
|
## 七、chatLibUrl版本
|
|
290
290
|
- 正式版本: https://unpkg.com/ai-suspended-ball-chat@latest/dist/suspended-ball-chat.umd.js
|
|
291
|
-
- alpha版本: https://unpkg.com/ai-suspended-ball-chat@0.3.
|
|
292
|
-
- beta版本: https://unpkg.com/ai-suspended-ball-chat@0.3.
|
|
291
|
+
- alpha版本: https://unpkg.com/ai-suspended-ball-chat@0.3.73-alpha.1/dist/suspended-ball-chat.umd.js
|
|
292
|
+
- beta版本: https://unpkg.com/ai-suspended-ball-chat@0.3.73-beta.1/dist/suspended-ball-chat.umd.js
|
|
293
293
|
|
|
294
294
|
### Q: 不同版本功能上是否有差异?
|
|
295
295
|
|