Skip to content

Commit

Permalink
[skip ci] update kritor statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Apr 10, 2024
1 parent febc5da commit 15d7634
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,20 @@
- **[用户手册: 快速开始](docs/UserManual.md)**
- **[开发文档](docs/dev/README.md)**

由于主要维护者的学业等原因,Overflow 暂不支持 OpenShamrock、Lagrange 等协议实现在新版本中使用的 [Kritor](https://github.com/KarinJS/kritor) 协议标准。
Overflow 可能会在该协议标准发布正式版后再逐步跟进支持。
## 兼容性说明

Overflow 支持且**仅支持**连接到大多数标准的 Onebot 或 go-cqhttp 协议,支持安装未使用 mirai 内部特性或 mirai 码的插件
+ [x] 使用正向(主动)或反向(被动) WebSocket 连接
+ [x] 在连接时使用 token 鉴权
+ [x] 在代码中调用自定义的 action
+ [ ] 在消息中使用 CQ 码 *不支持*
+ [x] 将 mirai 消息段序列化/反序列化为 json
+ [ ] 使用 MiraiCode (Mirai 码) 处理消息 *不支持*

由于主要维护者的学业等原因,Overflow 暂不支持 OpenShamrock (`1.1.0+`)、Lagrange (`0.0.3+`) 等协议实现在新版本中使用的 [Kritor](https://github.com/KarinJS/kritor) 协议标准。
如需使用 OpenShamrock,请使用 LTS (Long Term Stop) 版本 `1.0.9`
Overflow ~~可能会在该协议标准发布正式版后再逐步~~*将不会*跟进支持。
有关 Kritor 支持的相关信息,另请参见 [Krigacy](https://github.com/MrXiaoM/Krigacy)

# 鸣谢

Expand Down
4 changes: 2 additions & 2 deletions docs/UserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Overflow 的用途是替换 mirai-core 协议实现,连接 Onebot 标准的实

首先部署一个 Onebot 协议实现,以下是一些示例:

+ [whitechi73/OpenShamrock](https://wiki.mrxiaom.top/overflow/openshamrock/) Xposed/LSPatch hook QQ 并实现 Onebot *新版Kritor版本暂不支持*
+ [whitechi73/OpenShamrock](https://wiki.mrxiaom.top/overflow/openshamrock/) Xposed/LSPatch hook QQ 并实现 Onebot *1.1.0+ Kritor版本暂不支持*
+ [Hoshinonyaruko/Gensokyo](https://wiki.mrxiaom.top/overflow/gensokyo) (非稳定支持) 官方Bot 转 Onebot
+ [KonataDev/Lagrange.Core](https://github.com/KonataDev/Lagrange.Core) QQNT 协议库 *新版Kritor版本暂不支持*
+ [KonataDev/Lagrange.Core](https://github.com/KonataDev/Lagrange.Core) QQNT 协议库 *0.0.3+ Kritor版本暂不支持*
+ [cnlimiter/onebot-mirai](https://github.com/cnlimiter/onebot-mirai) mirai 转 Onebot,相当于可以实现 mirai 接龙
+ [LLOneBot/LLOneBot](https://github.com/LLOneBot/LLOneBot) 在 QQNT 客户端中装载插件实现 Onebot

Expand Down

0 comments on commit 15d7634

Please sign in to comment.