Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
release patch
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Jun 21, 2022
1 parent 53bd588 commit af5fa2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ client.on("system.login.qrcode", function (e) {
| poke() | 戳一戳 |
| delete() | 删除 |
| sendFile() | 发送文件 |
| forwardFile()| 转发文件 |
| recallFile() | 撤回文件 |

| Property | Description |
Expand Down Expand Up @@ -308,6 +309,7 @@ client.on("system.login.qrcode", function (e) {
| rename() | 重命名文件或目录 |
| mv() | 移动文件 |
| upload() | 上传文件 |
| forward() | 转发文件 |
| download() | 获取下载链接 |

| Property | Description |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oicq",
"version": "2.3.0",
"upday": "2022/6/19",
"version": "2.3.1",
"upday": "2022/6/21",
"description": "QQ protocol!",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit af5fa2a

Please sign in to comment.