Commit 0ef844f7 authored by Him188's avatar Him188

Fix doc

parent 86f25c50
...@@ -151,8 +151,8 @@ expect abstract class Group() : Contact, CoroutineScope { ...@@ -151,8 +151,8 @@ expect abstract class Group() : Contact, CoroutineScope {
/** /**
* 上传一个图片以备发送. * 上传一个图片以备发送.
* *
* @see BeforeImageUploadEvent 图片发送前事件, cancellable * @see BeforeImageUploadEvent 图片上传前事件, cancellable
* @see ImageUploadEvent 图片发送完成事件 * @see ImageUploadEvent 图片上传完成事件
* *
* @throws EventCancelledException 当发送消息事件被取消 * @throws EventCancelledException 当发送消息事件被取消
* @throws OverFileSizeMaxException 当图片文件过大而被服务器拒绝上传时. (最大大小约为 20 MB) * @throws OverFileSizeMaxException 当图片文件过大而被服务器拒绝上传时. (最大大小约为 20 MB)
......
...@@ -147,8 +147,8 @@ actual abstract class Group : Contact(), CoroutineScope { ...@@ -147,8 +147,8 @@ actual abstract class Group : Contact(), CoroutineScope {
/** /**
* 上传一个图片以备发送. * 上传一个图片以备发送.
* *
* @see BeforeImageUploadEvent 图片发送前事件, cancellable * @see BeforeImageUploadEvent 图片上传前事件, cancellable
* @see ImageUploadEvent 图片发送完成事件 * @see ImageUploadEvent 图片上传完成事件
* *
* @throws EventCancelledException 当发送消息事件被取消 * @throws EventCancelledException 当发送消息事件被取消
* @throws OverFileSizeMaxException 当图片文件过大而被服务器拒绝上传时. (最大大小约为 20 MB) * @throws OverFileSizeMaxException 当图片文件过大而被服务器拒绝上传时. (最大大小约为 20 MB)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment