@glodon-aiot/chat-app-sdk 0.0.27 → 0.0.29
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 +4 -4
- package/es/index.esm.js +797 -684
- package/libs/cn/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Glodon AIoT Chat App SDK - 基于广联达行业AI平台的智能聊天 SDK,
|
|
|
8
8
|
|
|
9
9
|
## 📚 在线示例
|
|
10
10
|
|
|
11
|
-
**🎯 [查看完整示例和演示](https://
|
|
11
|
+
**🎯 [查看完整示例和演示](https://glodon-aiot.github.io/chat-app-sdk-demo/live/#/demo)**
|
|
12
12
|
|
|
13
13
|
示例项目展示了以下功能:
|
|
14
14
|
- ✅ Web Components 集成
|
|
@@ -272,7 +272,7 @@ const client = new WebChatClient({
|
|
|
272
272
|
|
|
273
273
|
### 示例组件
|
|
274
274
|
|
|
275
|
-
查看 [在线示例](https://
|
|
275
|
+
查看 [在线示例](https://glodon-aiot.github.io/chat-app-sdk-demo/live/#/demo) 了解以下组件的实现:
|
|
276
276
|
|
|
277
277
|
- `knowledge-reference-list` - 知识库引用列表组件
|
|
278
278
|
- `search-result-list` - 搜索结果列表组件
|
|
@@ -440,7 +440,7 @@ auth: {
|
|
|
440
440
|
|
|
441
441
|
### Q6: 如何自定义 Web Components?
|
|
442
442
|
|
|
443
|
-
参考 [在线示例](https://
|
|
443
|
+
参考 [在线示例](https://glodon-aiot.github.io/chat-app-sdk-demo/live/#/demo) 中的实现,注册自定义组件并在配置中指定:
|
|
444
444
|
|
|
445
445
|
```typescript
|
|
446
446
|
// 注册组件
|
|
@@ -496,7 +496,7 @@ Apache-2.0
|
|
|
496
496
|
|
|
497
497
|
## 🔗 相关链接
|
|
498
498
|
|
|
499
|
-
- 📚 [在线示例和演示](https://
|
|
499
|
+
- 📚 [在线示例和演示](https://glodon-aiot.github.io/chat-app-sdk-demo/live/#/demo)
|
|
500
500
|
- 📦 [npm 包地址](https://www.npmjs.com/package/@glodon-aiot/chat-app-sdk)
|
|
501
501
|
- 📖 [广联达行业AI平台官方文档](https://glodon-cv-help.yuque.com/cuv0se/ol9231)
|
|
502
502
|
|