File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
- [x] 测试发送消息
14
14
- [x] 测试一些简单插件的运行效果
15
15
- [x] 解决登录后 mirai-console 被阻塞导致无法关闭的问题
16
- - [ ] 接口与实现分离,新建 ` overflow-core-api ` 模块
16
+ - [x] 接口与实现分离,新建 ` overflow-core-api ` 模块
17
+ - [ ] 反向 WebSocket 支持
Original file line number Diff line number Diff line change 2
2
3
3
Overflow 的用途是替换 mirai-core 协议实现,连接 Onebot 标准的实现使 mirai 在Bot协议寒冬中续命。
4
4
5
- 文档有点乱,凑合着看吧,后续会整理 。
5
+ 要运行或开发 Overflow,至少需要的 Java 版本为 8 或以上 。
6
6
7
7
# 快速开始-使用者
8
8
@@ -54,7 +54,7 @@ Overflow 的用途是替换 mirai-core 协议实现,连接 Onebot 标准的实
54
54
创建 ` libs ` 文件夹,将以上内容放入该文件夹。
55
55
创建启动脚本,` start.cmd ` (Windows) 或 ` start.sh ` (Linux/MacOS),按需写入以下内容。
56
56
57
- ` start.cmd ` (Windows) 如下
57
+ ` start.cmd ` (Windows) 如下
58
58
``` shell
59
59
java -cp ./libs/* net.mamoe.mirai.console.terminal.MiraiConsoleTerminalLoader
60
60
pause
You can’t perform that action at this time.
0 commit comments