From 15adf133d57b38c44dbf610119468af979f6c2d7 Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Thu, 26 Jun 2025 18:46:34 +0800 Subject: [PATCH] Modify User Profile Doc Links --- docs/document/android/userprofile.md | 7 +++---- docs/document/web/userprofile.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/document/android/userprofile.md b/docs/document/android/userprofile.md index f1cf1b72b..3056ef265 100644 --- a/docs/document/android/userprofile.md +++ b/docs/document/android/userprofile.md @@ -145,11 +145,10 @@ EMClient.getInstance().chatManager().sendMessage(message); 如果需要在名片中展示更丰富的信息,可以在 `ext` 中增加更多字段。 -可参考 [示例项目](https://www.easemob.com/download/im) 中的以下类: +可参考 [示例项目](https://github.com/easemob/easemob-uikit-android) 中的以下类: -- `ChatUserCardAdapterDelegate` -- `ChatUserCardAdapterDelegate` -- `ChatRowUserCard` +- `EaseChatAttachmentController#selectContact` +- `EaseChatRowUserCard` ### 常见问题 diff --git a/docs/document/web/userprofile.md b/docs/document/web/userprofile.md index a0ebb3d0b..cb1f71149 100644 --- a/docs/document/web/userprofile.md +++ b/docs/document/web/userprofile.md @@ -177,4 +177,4 @@ conn 如果需要在名片中展示更丰富的信息,可以在 `ext` 中添加更多字段。 -可参考 [示例项目](https://github.com/easemob/webim/tree/dev_3.0/demo) 中 src/components/contact/ 下 UserInfoModal 组件。 +可参考 [示例项目](https://github.com/easemob/webim/tree/dev_3.0/demo) 中 `src/components/contact/` 下 `UserInfoModal` 组件。