Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
whitechi73 authored Feb 23, 2024
1 parent 3810464 commit 23dfb4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/api/shamrock.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ icon: feather-alt
}
```

## 上传文件到缓存目录 (WebSocket)
## 上传文件到缓存目录 (WebSocket + HTTP

### API 端点

Expand All @@ -57,7 +57,7 @@ icon: feather-alt

| 名称 | 类型 | 作用 |
|------|-------|-------|
| md5 | string | 文件`hex格式`的md5值,32长度的字符串 |
| md5 | string | 文件`hex格式`的md5值,32长度的字符串,整个文件的`md5` |
| offset | uint64 | 文件分段上传偏移,默认值为0,从头上传 |
| chunk | string | 文件分段上传数据块(base64),无需开头`base64://` |
| file_size | uint64 | 总文件大小 |
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: question-circle

### 支持的QQ版本

- 版本 `8.9.68``8.9.70``8.9.73``8.9.75``8.9.78``8.9.80``8.9.81``8.9.83`
- 版本 `8.9.68``8.9.70``8.9.73``8.9.75``8.9.78``8.9.80``8.9.81``8.9.83``9.0.15`, `9.0.8`
- 理论上支持上述说明未提到的更高版本,如遇问题请提交 `issue`

### 反检测
Expand Down
2 changes: 1 addition & 1 deletion docs/message/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ icon: layer-group

| 字段 | 类型 ||| 必填 | 说明 |
| ---- | ----- | --- | --- | ---- | ------ |
| id | int64 |||| 消息ID |
| id | `int64` or `string` |||| 消息ID |

## XML 消息 <Badge text="未实现" type="danger" />

Expand Down

0 comments on commit 23dfb4d

Please sign in to comment.