From efd55016bd825d6f57ac866a15a76c29e9bc7a33 Mon Sep 17 00:00:00 2001
From: Windpicker-owo <3431391539@qq.com>
Date: Sat, 30 Aug 2025 21:20:12 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0todo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
plugins/napcat_adapter_plugin/todo.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
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
---