From fa1167b48430c83c446d2aae1f4e564268f57f02 Mon Sep 17 00:00:00 2001 From: boring Date: Tue, 15 Sep 2020 10:42:20 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=87=E6=A1=A3=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- document/comment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/document/comment.md b/document/comment.md index f58a1236..9f5b80a7 100644 --- a/document/comment.md +++ b/document/comment.md @@ -30,6 +30,8 @@ comment.render() | `service` | `Service` | 可选 | 接口配置 | | `mentionable` | `boolean` | 默认为true | 是否开启 @ 功能 | | `mention` | `MentionOptions` | 可选 | @ 功能所需参数 | +| `hasPanel` | `boolean`| `true` | 是否展示评论卡片 | +| `hasGenerator` | `boolean` | `true` | 是否展示添加评论的按钮 | * User