diff --git a/plugins/napcat_adapter_plugin/todo.md b/plugins/napcat_adapter_plugin/todo.md index 483426826..6eff60839 100644 --- a/plugins/napcat_adapter_plugin/todo.md +++ b/plugins/napcat_adapter_plugin/todo.md @@ -1,11 +1,11 @@ # TODO List: -[x] logger使用主程序的 -[ ] 使用插件系统的config系统 -[ ] 接收从napcat传递的所有信息 -[ ] 优化架构,各模块解耦,暴露关键方法用于提供接口 -[ ] 单独一个模块负责与主程序通信 -[ ] 使用event系统完善接口api +- [x] logger使用主程序的 +- [ ] 使用插件系统的config系统 +- [x] 接收从napcat传递的所有信息 +- [ ] 优化架构,各模块解耦,暴露关键方法用于提供接口 +- [ ] 单独一个模块负责与主程序通信 +- [ ] 使用event系统完善接口api ---