From f2c62db76eabc91db59c02f17597531716dbe864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sun, 21 Sep 2025 13:29:35 +0800 Subject: [PATCH] Update README with new features in v4.8.115+ Added a section describing new features in version v4.8.115+, including Stream API support and recommendations to use string types for message_id, user_id, and group_id. Also explained the benefits of these changes for Docker, cross-device, large file transfers, and better compatibility with languages lacking large integer support. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cd375a4a..4852840d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ _Modern protocol-side framework implemented based on NTQQ._ --- +## New Feature +在 v4.8.115+ 版本开始 + +1. NapCatQQ 支持 [Stream Api](https://napneko.github.io/develop/file) +2. NapCatQQ 推荐 message_id/user_id/group_id 均使用字符串类型 + +- [1] 解决 Docker/跨设备/大文件 的多媒体上下传问题 +- [2] 采用字符串可以解决扩展到int64的问题,同时也可以解决部分语言(如JavaScript)对大整数支持不佳的问题,增加极少成本。 + ## Welcome + NapCatQQ is a modern implementation of the Bot protocol based on NTQQ. - NapCatQQ 是现代化的基于 NTQQ 的 Bot 协议端实现