Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修复文档显示错误 #231

Closed
Closed
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
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ QQ 机器人通过开放的平台承载机器人的定制化功能,让开发
可开发的场景与开发者认证身份有关,详细如下:
|认证身份 |QQ频道 |QQ群 |消息列表单聊|
| --- | --- | --- | --- |
|企业开发者 |✅ |✅|申请后可开发|
|个人开发者 | ✅ |暂不开放 |暂不开放|
|企业开发者 | ✅ | ✅ | ✅ |
|个人开发者 | ✅ | ✅ | ✅ |

#### 7.1 配置沙箱环境

Expand Down
4 changes: 2 additions & 2 deletions docs/develop/api-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
QQ 机器人:一个机器人可以被添加到 `群聊/频道` 内对话,QQ 用户也可以直接跟机器人 `单独对话`。

开发者账号主体要求:
- 单聊对话:【定向邀请】
- 群聊场景:仅支持企业主体【个人主体暂不支持】
- 单聊对话:企业主体与个人主体均可申请
- 群聊场景:企业主体与个人主体均可申请
- 频道场景:企业主体与个人主体均可申请


Expand Down
4 changes: 2 additions & 2 deletions docs/develop/api-v2/client-func/intro/baseinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- 语音
- 文件
- Ark 消息
- Embed 消息
- Embed 消息(仅频道机器人可用)
- Markdown 消息
:::

Expand Down Expand Up @@ -70,7 +70,7 @@

<!-- > 在各种消息场景内,开发者可在消息体上实现自定义一些与用户的交互方式。 -->
::: tip 说明
在各种消息场景内,开发者可在消息体上实现自定义一些与用户的交互方式
在各种消息场景内,开发者可在消息体(仅限于 Markdown消息)上实现自定义一些与用户的交互方式
:::

| 消息按钮 | 文字链 |
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/api-v2/client-func/intro/find.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

| 机器人QQ号搜索 | 昵称搜索 | 机器人分类搜索 |
| --- | --- | --- | --- |
| 支持 | 暂未支持 | 暂未支持 |
| 暂未支持 | 暂未支持 | 暂未支持 |
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ FORUMS_EVENT (1 << 28) // 论坛事件,仅 *私域* 机器人能够设置此
- FORUM_POST_CREATE // 当用户创建帖子时
- FORUM_POST_DELETE // 当用户删除帖子时
- FORUM_REPLY_CREATE // 当用户回复评论时
- FORUM_REPLY_DELETE // 当用户回复评论时
- FORUM_REPLY_DELETE // 当用户回复评论删除时
- FORUM_PUBLISH_AUDIT_RESULT // 当用户发表审核通过时

AUDIO_ACTION (1 << 29)
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/api-v2/server-inter/message/message_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| @用户 | `<@user_id>` 或者 `<@!user_id>` | 解析为 `@用户` 标签 | `<@1234000000001>` |
| @所有人 | `@everyone` | 解析为 `@所有人` 标签,需要机器人拥有发送 `@所有人` 消息的权限 | `@everyone` |
| #子频道 | `<#channel_id>` | 解析为 `#子频道` 标签,点击可以跳转至子频道,仅支持当前频道内的子频道 | `<#12345>` |
| 表情 | `<emoji:id>` | 解析为系统表情,具体表情id参考 [Emoji 列表](../../openapi/emoji/model.md#Emoji列表),仅支持type=1的系统表情,type=2的emoji表情直接按字符串填写即可 | `<emoji:4>` 解析为得意情 |
| 表情 | `<emoji:id>` | 解析为系统表情,具体表情id参考 [Emoji 列表](../../openapi/emoji/model.md#Emoji列表),仅支持type=1的系统表情,type=2的emoji表情直接按字符串填写即可 | `<emoji:4>` 解析为得意表情 |

### 转义内容

Expand Down
4 changes: 2 additions & 2 deletions docs/develop/api-v2/server-inter/message/send-receive/send.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ QQ 用户可以在 QQ 客户端主动设置是否接收机器人发送的主动
| markdown | object | 否 | [Markdown](../type/markdown.md#数据结构与协议)对象 |
| keyboard | object | 否 | [Keyboard](../trans/msg-btn.md#数据结构与协议)对象 |
| ark | object | 否 | [Ark](../type/ark.md#数据结构与协议)对象 |
| media | object | 否 | [富媒体单聊](./rich-media.md#用于单聊)的file_info |
| media | object | 否 | {"file_info":"[富媒体单聊](./rich-media.md#用于单聊)的file_info"} |
| message_reference | object | 否 | 【暂未支持】消息引用 |
| event_id | string | 否 | 前置收到的事件 ID,用于发送被动消息,支持事件:"INTERACTION_CREATE"、"C2C_MSG_RECEIVE"、"FRIEND_ADD"|
| msg_id | string | 否 | 前置收到的用户发送过来的消息 ID,用于发送被动(回复)消息 |
Expand Down Expand Up @@ -133,7 +133,7 @@ QQ 用户可以在 QQ 客户端主动设置是否接收机器人发送的主动
| msg_type | int | 是 | 消息类型: 0 文本,2 是 markdown,3 ark 消息,4 embed,7 media 富媒体 |
| markdown | object | 否 | [Markdown](../type/markdown.md#数据结构与协议)对象 |
| keyboard | object | 否 | [Keyboard](../trans/msg-btn.md#数据结构与协议)对象 |
| media | object | 否 | [富媒体群聊](./rich-media.md#用于群聊)的file_info |
| media | object | 否 | {"file_info":{"[富媒体群聊](./rich-media.md#用于群聊)的file_info"} |
| ark | object | 否 | [Ark](../type/ark.md#数据结构与协议)对象 |
| message_reference | object | 否 | 【暂未支持】消息引用 |
| event_id | string | 否 | 前置收到的事件 ID,用于发送被动消息,支持事件:"INTERACTION_CREATE"、"GROUP_ADD_ROBOT"、"GROUP_MSG_RECEIVE" |
Expand Down
Loading