easemob-chat-uikit 1.3.0-beta → 1.3.0
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 +6 -2
- package/package.json +1 -1
- package/types/ChatUI.d.ts +3 -1
package/README.md
CHANGED
|
@@ -379,9 +379,13 @@ easemob-uikit-web
|
|
|
379
379
|
|
|
380
380
|
[集成文档](https://docs-im-beta.easemob.com/document/web/quickstart.html);
|
|
381
381
|
|
|
382
|
-
[chat demo 线上地址](https://webim-h5.easemob.com/)
|
|
382
|
+
[chat demo 线上地址](https://webim-h5.easemob.com/)
|
|
383
383
|
|
|
384
|
-
[
|
|
384
|
+
[chat demo 源码地址](https://github.com/easemob/webim/tree/dev_4.0?tab=readme-ov-file)
|
|
385
|
+
|
|
386
|
+
[chatroom demo 线上地址](https://webim-live.easemob.com/)
|
|
387
|
+
|
|
388
|
+
[chatroom demo 源码地址](https://github.com/easemob/ChatroomDemo/tree/dev/WEB/ChatroomDemo);
|
|
385
389
|
|
|
386
390
|
## 📄 代码许可
|
|
387
391
|
|
package/package.json
CHANGED
package/types/ChatUI.d.ts
CHANGED