更新todo

This commit is contained in:
Windpicker-owo
2025-08-30 21:20:12 +08:00
parent 3719dc411c
commit 8f9dea12b9

View File

@@ -1,11 +1,11 @@
# TODO List:
[x] logger使用主程序的
[ ] 使用插件系统的config系统
[ ] 接收从napcat传递的所有信息
[ ] 优化架构,各模块解耦,暴露关键方法用于提供接口
[ ] 单独一个模块负责与主程序通信
[ ] 使用event系统完善接口api
- [x] logger使用主程序的
- [ ] 使用插件系统的config系统
- [x] 接收从napcat传递的所有信息
- [ ] <del>优化架构,各模块解耦,暴露关键方法用于提供接口</del>
- [ ] <del>单独一个模块负责与主程序通信</del>
- [ ] 使用event系统完善接口api
---