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

Commit

Permalink
release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Jun 19, 2022
1 parent 266960b commit 085eb29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ client.on("system.login.qrcode", function (e) {
| getForwardMsg() | 解析合并转发 |
| makeForwardMsg() | 制作合并转发 |
| getVideoUrl() | 获取视频地址 |
| imageOcr() | ocr |
| cleanCache() | 清空缓存文件 |

| Property | Description |
Expand Down Expand Up @@ -234,6 +235,8 @@ client.on("system.login.qrcode", function (e) {
| thumbUp() | 点赞 |
| poke() | 戳一戳 |
| delete() | 删除 |
| sendFile() | 发送文件 |
| recallFile() | 撤回文件 |

| 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.2.3",
"upday": "2022/5/17",
"version": "2.3.0",
"upday": "2022/6/19",
"description": "QQ protocol!",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 085eb29

Please sign in to comment.