Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuchen committed May 3, 2024
1 parent b069892 commit fb42729
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
41 changes: 21 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,26 @@
QQ Version: Windows 9.9.9-23361 / Linux 3.2.7-23361

## 修复与优化
1. 修复图片URL,支持 Win/Linux X64 获取Rkey - 新增 Module: Moehoo
2. 重构了商城表情URL拼接 - 重构 API/Event
3. 重构了Core服务调用部分 - 重构 SYS: Core
4. 适配最新版 Windows 9.9.9-23361 / Linux 3.2.7-23361 提升了兼容性 - 修复 SYS: Listener Proxy
5. 修复群成员加入时间 上次活跃 活跃等级字段 - 影响 API: /get_group_member_info /get_group_member_list
6. 修复视频所需的 ffmpeg 路径不正确导致视频封面和时长获取失败 - 影响 Event/API
7. 优化数据库对消息储存,消耗储存减少 - 影响 Sys: OneBot
8. 修复他人管理员被撤销时没有上报

* 修复图片URL,支持 Win/Linux X64 获取Rkey,暂时不支持arm64
* 适配最新版 Windows 9.9.9-23361 / Linux 3.2.7-23361 提升了兼容性 - 修复 SYS: Listener Proxy
* 修复群成员加入时间 上次活跃 活跃等级字段 - 影响 API: /get_group_member_info /get_group_member_list
* 修复视频所需的 ffmpeg 路径不正确导致视频封面和时长获取失败 - 影响 Event/API
* 优化数据库对消息储存,消耗储存减少 - 影响 Sys: OneBot
* 修复他人管理员被撤销时没有上报

## 新增与调整
1. 支持获取与设置群公告 - 新增 API: /_send_group_notice /_get_group_notice
2. 支持获取群精华消息 - 新增 API: /get_essence_msg_list
3. 支持了设置已读群/私聊消息接口 - 新增 API: /mark_private_msg_as_read /mark_group_msg_as_read
4. 支持了好友添加上报事件 - 新增 Event: AddFriend
5. 支持音乐卡片,需要配置签名服务器地址, `config/onebot11_<qq>.json``musicSignUrl`字段 - 新增 Feat: Sign Music
6. 支持wsHost和httpHost配置 - 新增 Config: New
7. 支持获取官方Bot账号范围 - 新增 API: /get_robot_uin_range
8. 支持设置自身在线状态 - 新增 API: /set_online_status
9. 支持表情回应api和上报 - 新增 Event/API
10. 支持获取Cookies 实现更加稳定 且支持Skey缓存3600S Pskey每次刷新 - 新增 API: /get_cookies
11. 支持 服务端踢下线 / 其它设备上线 / 重复登录 / 自身在线状态变更 日志 - 新增 Sys: Log
12. 支持了消息统计 - API: /get_status
* 支持商城表情发送和上报 url
* 支持获取群公告 - 新增 API: /_get_group_notice
* 支持了设置已读群/私聊消息接口 - 新增 API: /mark_private_msg_as_read /mark_group_msg_as_read
* 支持了好友添加上报事件 - 新增 Event: AddFriend
* 支持wsHost和httpHost配置
* 支持获取官方Bot账号范围 - 新增 API: /get_robot_uin_range
* 支持设置自身在线状态 - 新增 API: /set_online_status
* 支持表情回应api和上报 - 新增 Event/API
* 支持获取Cookies 实现更加稳定 且支持Skey缓存3600S Pskey每次刷新 - 新增 API: /get_cookies
* 支持 服务端踢下线 / 其它设备上线 / 重复登录 / 自身在线状态变更 日志 - 新增 Sys: Log
* 支持了消息统计 - API: /get_status
* 支持单条消息转发 - API /forward_friend_single_msg、/forward_group_single_msg

新增的 API 详细见[API文档](https://napneko.github.io/zh-CN/develop/extends_api)
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ NapCatQQ 是基于 PC NTQQ 本体实现一套无头 Bot 框架。

## 如何使用

可前往 Release 页面下载最新版本

如果你想体验最新的功能,可以到 [Actions](https://github.com/NapNeko/NapCatQQ/actions/workflows/build.yml) 下载 beta 版本,但不保证其稳定性
可前往 [Release](https://github.com/NapNeko/NapCatQQ/releases/) 页面下载最新版本

**首次使用** 请务必前往 [官方文档](https://napneko.github.io/) 查看使用文档与教程

Expand Down

0 comments on commit fb42729

Please sign in to comment.