We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e1a16 commit d5b9299Copy full SHA for d5b9299
docs/uikit/chatuikit/flutter/chatuikit_userinfo.md
@@ -127,7 +127,7 @@ class ChatUIKitProfile {
127
128
```
129
130
-头像昵称信息在 `ChatUIKit` 中显示时,`ChatUIKitProvider` 会从你传入的数据中获取。如果没有获取到,`ChatUIKitProvider` 还会通过 `ChatUIKitProviderProfileHandler` 向你要数据。如果你将所需的 `ChatUIKitProfile` 返回,`ChatUIKitProvider` 会缓存你返回的 `ChatUIKitProfile`,从而减少向你请求的次数。如果你没有返回,`ChatUIKitProvider` 下次用到时还会继续向要数据。
+头像昵称信息在 `ChatUIKit` 中显示时,`ChatUIKitProvider` 会从你传入的数据中获取。如果没有获取到,`ChatUIKitProvider` 还会通过 `ChatUIKitProviderProfileHandler` 向你要数据。如果你将所需的 `ChatUIKitProfile` 返回,`ChatUIKitProvider` 会缓存你返回的 `ChatUIKitProfile`,从而减少向你请求的次数。如果你没有返回,`ChatUIKitProvider` 下次用到时还会继续向你要数据。
131
132
## 设置用户信息
133
0 commit comments