合并BaseEventPlugin到BasePlugin,重写了components_registry,修正了统计输出

This commit is contained in:
UnCLAS-Prommer
2025-07-19 19:16:42 +08:00
parent 8468784e86
commit 8d20134cbb
14 changed files with 233 additions and 299 deletions

View File

@@ -21,7 +21,6 @@ from .base import (
BaseEventHandler,
EventHandlerInfo,
EventType,
BaseEventPlugin,
MaiMessages,
)
from .core import (
@@ -49,7 +48,6 @@ __all__ = [
"BasePlugin",
"BaseAction",
"BaseCommand",
"BaseEventPlugin",
"BaseEventHandler",
# 类型定义
"ComponentType",