Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ QQ 频道机器人通过开放的平台承载机器人的定制化功能,让

#### 6.4 频道用户意见反馈

为了帮助开发者获取 C 端用户对于机器人的评价与反馈,平台为开发者接入了”兔小巢反馈空间“,开发者可以通过创建产品反馈空间。
为了帮助开发者获取 C 端用户对于机器人的评价与反馈,平台为开发者接入了“兔小巢反馈空间”,开发者可以通过创建产品反馈空间。

**频道用户意见反馈:** 点击进入登陆后,根据提示创建产品,将会获得一个兔小巢反馈空间,C 端用户所填写的机器人反馈将同步至此空间,开发者以后可登陆此空间查看用户反馈。

Expand Down
2 changes: 1 addition & 1 deletion docs/develop/nodesdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ ws.on('AT_MESSAGES', data => {
}
```

拿 **”创建子频道“** 场景举个例子:
拿 **“创建子频道”** 场景举个例子:

```js
// 开启事件监听
Expand Down
4 changes: 2 additions & 2 deletions docs/develop/nodesdk/api_permissions/post_permission.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 创建频道 API 权限授权链接 <Badge text="v2.8.0" />

用于创建 API 接口权限授权链接,该链接指向 `guildID` 对应的频道 。调用成功后,参数指定的子频道会受到一条申请授权【xxx】权限消息,管理员点击可进行机器人 API 权限授予。
用于创建 API 接口权限授权链接,该链接指向 `guildID` 对应的频道 。调用成功后,参数指定的子频道会受到一条申请授权【xxx】权限消息,管理员点击可进行机器人 API 权限授予。

:::warning 注意

Expand Down Expand Up @@ -80,4 +80,4 @@ async function demo() {
}
```

此时打开**channel_id**对应的频道,可看到一条机器人发出的 API 授权申请消息。
此时打开**channel_id**对应的频道,可看到一条机器人发出的 API 授权申请消息。
5 changes: 3 additions & 2 deletions docs/develop/nodesdk/message/message_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
::: warning 注意

- 发送消息时所有字段均使用`字符串类型`。
- 如果发送的消息中包含链接(网页、图片、视频链接等),**需要提前在[机器人管理端](https://bot.q.qq.com/#/developer/developer-setting)报备**,操作流程:操作路径为:”开发设置“ -> 消息 URL 配置
- 如果发送的消息中包含链接(网页、图片、视频链接等),**需要提前在[机器人管理端](https://bot.q.qq.com/#/developer/developer-setting)报备**,操作流程:操作路径为:“开发设置” -> 消息 URL 配置

:::

Expand All @@ -14,7 +14,8 @@
- [embed 消息](#embed-消息)
- [链接+文本列表模板](#链接、文本列表模板)
- [文本+缩略图模板](#文本、缩略图模板)
- [大图模板](#大图模板34)
- [大图模板 34](#大图模板-34)
- [大图模板 37](#大图模板-37)

## embed 消息

Expand Down
2 changes: 1 addition & 1 deletion docs/develop/nodesdk/message/post_ark_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- 调用前需要先申请消息模板,这一步会得到一个模板 id,在请求时填在 `ark.template_id` 上。
- 发送成功之后,会触发一个创建消息的事件。
- 可用模板参考[消息模板](message_template.md)
- 如果发送的消息中包含链接(网页、图片、视频链接等),**需要提前在[机器人管理端](https://bot.q.qq.com/#/developer/developer-setting)报备**,操作流程:操作路径为:”开发设置“ -> 消息 URL 配置
- 如果发送的消息中包含链接(网页、图片、视频链接等),**需要提前在[机器人管理端](https://bot.q.qq.com/#/developer/developer-setting)报备**,操作流程:操作路径为:“开发设置” -> 消息 URL 配置

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/develop/nodesdk/wss/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ws.on('AT_MESSAGES', data => {

### 接收到的通知示例

”创建子频道“为例,通过 client API 创建一个子频道,我们将在`GUILDS`事件中拿到如下结果:
“创建子频道”为例,通过 client API 创建一个子频道,我们将在`GUILDS`事件中拿到如下结果:

```js
{
Expand Down
4 changes: 2 additions & 2 deletions docs/develop/pythonsdk/api/api_permissions/post_permission.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 创建频道 API 权限授权链接

用于创建 API 接口权限授权链接,该链接指向 `guildID` 对应的频道 。调用成功后,参数指定的子频道会受到一条申请授权【xxx】权限消息,管理员点击可进行机器人 API 权限授予。
用于创建 API 接口权限授权链接,该链接指向 `guildID` 对应的频道 。调用成功后,参数指定的子频道会受到一条申请授权【xxx】权限消息,管理员点击可进行机器人 API 权限授予。

:::warning 注意

Expand Down Expand Up @@ -90,4 +90,4 @@ async def demo():
}
```

此时打开**channel_id**对应的频道,可看到一条机器人发出的 API 授权申请消息。
此时打开**channel_id**对应的频道,可看到一条机器人发出的 API 授权申请消息。
2 changes: 1 addition & 1 deletion docs/develop/pythonsdk/api/message/message_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
::: warning 注意

- 发送消息时所有字段均使用`字符串类型`。
- 如果发送的消息中包含链接(网页、图片、视频链接等),**需要提前在[机器人管理端](https://bot.q.qq.com/#/developer/developer-setting)报备**,操作流程:操作路径为:”开发设置“ -> 消息 URL 配置
- 如果发送的消息中包含链接(网页、图片、视频链接等),**需要提前在[机器人管理端](https://bot.q.qq.com/#/developer/developer-setting)报备**,操作流程:操作路径为:“开发设置” -> 消息 URL 配置

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/develop/pythonsdk/api/message/post_ark_message.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- 调用前需要先申请消息模板,这一步会得到一个模板 id,在请求时填在 ark.template_id 上
- 发送成功之后,会触发一个创建消息的事件。
- 可用模板参考[可用模板](message_template.md)
- 如果发送的消息中包含链接(网页、图片、视频链接等),**需要提前在[机器人管理端](https://bot.q.qq.com/#/developer/developer-setting)报备**,操作流程:操作路径为:”开发设置“ -> 消息 URL 配置
- 如果发送的消息中包含链接(网页、图片、视频链接等),**需要提前在[机器人管理端](https://bot.q.qq.com/#/developer/developer-setting)报备**,操作流程:操作路径为:“开发设置” -> 消息 URL 配置

:::

Expand Down