We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e068e20 commit 39027f7Copy full SHA for 39027f7
docs/zh-CN/develop/api.md
@@ -94,6 +94,7 @@ LLOneBot 实现了 OneBot 11 以及 go-cqhttp 的大部分 API
94
| 删除好友 | delete_friend | ✔ |
95
| 图片 OCR | ocr_image | ✔ |
96
| 获取群文件系统信息 | get_group_file_system_info | ✔ |
97
+| 设置登录号资料 | set_qq_profile | ✔ |
98
99
### LLOneBot
100
package.json
@@ -9,9 +9,9 @@
9
},
10
"author": "",
11
"devDependencies": {
12
- "@types/node": "^22.8.6",
13
- "vitepress": "^1.4.3",
14
- "vue": "^3.5.12"
+ "@types/node": "^22.10.2",
+ "vitepress": "^1.5.0",
+ "vue": "^3.5.13"
15
16
"packageManager": "[email protected]"
17
}
0 commit comments