docs(todo): align MVP DoD with unified api key model and current completion

This commit is contained in:
nav
2026-05-12 12:47:28 +00:00
parent 0f7b99c687
commit 71ac0f91c6

View File

@@ -112,9 +112,9 @@
---
## 8. Definition of DoneMVP
- [ ] 用户可注册登录
- [x] 用户可注册登录
- [ ] Guild/Channel/DM 可创建并发消息
- [ ] 消息 seq 连续可回补
- [ ] WebSocket 可实时收发
- [ ] 插件可通过 Bot Token 写入消息并接收 webhook
- [ ] docker-compose 一键部署可用
- [x] 消息 seq 连续可回补
- [x] WebSocket 可实时收发
- [x] 插件可通过统一 API Key 写入消息并接收 webhook
- [x] docker-compose 一键部署可用