Skip to content

Commit f548a69

Browse files
committed
update docs
1 parent f69b15e commit f548a69

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

TODO.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
- [x] 测试发送消息
1414
- [x] 测试一些简单插件的运行效果
1515
- [x] 解决登录后 mirai-console 被阻塞导致无法关闭的问题
16-
- [ ] 接口与实现分离,新建 `overflow-core-api` 模块
16+
- [x] 接口与实现分离,新建 `overflow-core-api` 模块
17+
- [ ] 反向 WebSocket 支持

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Overflow 的用途是替换 mirai-core 协议实现,连接 Onebot 标准的实现使 mirai 在Bot协议寒冬中续命。
44

5-
文档有点乱,凑合着看吧,后续会整理
5+
要运行或开发 Overflow,至少需要的 Java 版本为 8 或以上
66

77
# 快速开始-使用者
88

@@ -54,7 +54,7 @@ Overflow 的用途是替换 mirai-core 协议实现,连接 Onebot 标准的实
5454
创建 `libs` 文件夹,将以上内容放入该文件夹。
5555
创建启动脚本,`start.cmd`(Windows) 或 `start.sh`(Linux/MacOS),按需写入以下内容。
5656

57-
`start.cmd` (Windows) 如下
57+
`start.cmd`(Windows) 如下
5858
```shell
5959
java -cp ./libs/* net.mamoe.mirai.console.terminal.MiraiConsoleTerminalLoader
6060
pause

0 commit comments

Comments
 (0)