From a5d914603b14894bdacc1b623eefaa6ec9422afe Mon Sep 17 00:00:00 2001 From: lynxzhang Date: Fri, 28 Feb 2025 10:57:33 +0800 Subject: [PATCH] upgrade readme --- README.md | 2 ++ README_ZH.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 60a02b8..8a78612 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ You only need to integrate Chat SDK to easily gain chat, conversation, group cap ## Check Out Our Sample Apps This document introduces how to quickly run the Chat demo on the iOS platform. +[](https://www.youtube.com/watch?v=lawzmfW9vls) + For the other platforms, please refer to document: - [**chat-uikit-android**](https://github.com/TencentCloud/chat-uikit-android) - [**chat-uikit-ios**](https://github.com/TencentCloud/chat-uikit-ios) diff --git a/README_ZH.md b/README_ZH.md index c854b0d..6839c3e 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -7,6 +7,9 @@ TUIKit 是基于 Chat SDK 实现的一套 UI 组件,其包含会话、聊天 TUIKit 效果图如下所示: ![img](https://qcloudimg.tencent-cloud.cn/raw/f140dd76be01a65abfb7e6ba2bf50ed5.png) +快速集成 TUIKit 组件请参考视频: +[](https://www.youtube.com/watch?v=lawzmfW9vls) + TUIKit 主要 Widget 如下: - TIMUIKitConversation 会话组件 - TIMUIKitChat 聊天组件