From 78858f70043c9c6b7e90b9fffffcee0dec1bfb5c Mon Sep 17 00:00:00 2001 From: DrSmoothl <1787882683@qq.com> Date: Mon, 23 Mar 2026 23:15:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E9=80=82=E9=85=8D=E5=99=A8=E5=90=8D=E7=A7=B0=E4=BB=A5=E5=8F=8D?= =?UTF-8?q?=E6=98=A0=E6=96=B0=E7=9A=84=E5=91=BD=E5=90=8D=E7=BA=A6=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/logger_color_and_mapping.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/logger_color_and_mapping.py b/src/common/logger_color_and_mapping.py index 4044d2dc..863c9c1e 100644 --- a/src/common/logger_color_and_mapping.py +++ b/src/common/logger_color_and_mapping.py @@ -65,7 +65,7 @@ MODULE_COLORS: Dict[str, Tuple[str, Optional[str], bool]] = { "plugin_runtime.runner.rpc_client": ("#8787ff", None, False), "plugin_runtime.runner.manifest_validator": ("#5fafff", None, False), "plugin_runtime.runner.plugin_loader": ("#00afaf", None, False), - "plugin.napcat_adapter_builtin": ("#00af87", None, False), + "plugin.maibot-team.napcat-adapter": ("#00af87", None, False), "webui": ("#5f87ff", None, False), "webui.app": ("#5f87d7", None, False), "webui.api": ("#5fafff", None, False), @@ -173,7 +173,7 @@ MODULE_ALIASES = { "plugin_runtime.runner.rpc_client": "插件RPC客户端", "plugin_runtime.runner.manifest_validator": "插件清单校验", "plugin_runtime.runner.plugin_loader": "插件加载器", - "plugin.napcat_adapter_builtin": "NapCat内置适配器", + "plugin.maibot-team.napcat-adapter": "NapCat内置适配器", "webui": "WebUI", "webui.app": "WebUI应用", "webui.api": "WebUI接口",