Merge pull request #93 from aleck099/docs

At message format error
This commit is contained in:
白池 2023-11-26 18:12:26 +08:00 committed by GitHub
commit 542a450be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@ icon: comment-dots
### 参数 ### 参数
::: tip 提示 ::: tip 提示
`qq` 字段为 `all` 时, 表示 AT 全体成员。 `qq` 字段为 `"0"`或`"all"` 时, 表示 AT 全体成员。
::: :::
| 字段 | 类型 | 收 | 发 | 必填 | 说明 | | 字段 | 类型 | 收 | 发 | 必填 | 说明 |
| ---- | ---- | --- | --- | ---- | ----- | | ---- | ------ | ---- | ---- | ---- | ----- |
| qq | int | ✓ | ✓ | 否 | QQ 号 | | qq | string | ✓ | ✓ | 否 | QQ 号 |
::: warning 注意 ::: warning 注意
将在未来实现 `qq` 字段为 `online``admin` 时的功能。 将在未来实现 `qq` 字段为 `online``admin` 时的功能。
@ -31,7 +31,7 @@ icon: comment-dots
{ {
"type": "at", "type": "at",
"data": { "data": {
"qq": 123456 "qq": "123456"
} }
} }
``` ```