From ba03bd472cfbf481e9ce0534cd531ffac24e33a4 Mon Sep 17 00:00:00 2001 From: cssxsh Date: Thu, 16 Mar 2023 17:31:27 +0800 Subject: [PATCH] =?UTF-8?q?typo:=20=E7=BE=A4=E5=8F=82=E6=95=B0=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=20(#2577)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ConsoleTerminal.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ConsoleTerminal.md b/docs/ConsoleTerminal.md index 54e8ccb0be..dbecdf3a16 100644 --- a/docs/ConsoleTerminal.md +++ b/docs/ConsoleTerminal.md @@ -202,11 +202,11 @@ Console 会自动根据语境推断指令参数的含义。 #### 群 -| 格式 | 示例 | 说明 | -|-----------|-----------------|----------------------| -| 机器人号码.群号码 | `123456.987654` | 一个机器人的一个群 | -| 群号码 | `987654` | 当前唯一在线机器人的一个群 | -| `~` | `~` | 仅聊天环境下,指代指令调用人自己作为好友 | +| 格式 | 示例 | 说明 | +|-----------|-----------------|---------------| +| 机器人号码.群号码 | `123456.987654` | 一个机器人的一个群 | +| 群号码 | `987654` | 当前唯一在线机器人的一个群 | +| `~` | `~` | 仅聊天环境下,指代当前群聊 | 配置 ----