更新插件系统文档和配置类型定义

This commit is contained in:
墨梓柒
2025-12-14 01:06:38 +08:00
parent dccdc7eaff
commit 0b87b32480
4 changed files with 62 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ from .component_types import (
ForwardNode,
ReplySetModel,
)
from .config_types import ConfigField
from .config_types import ConfigField, ConfigSection, ConfigLayout, ConfigTab
__all__ = [
"BasePlugin",
@@ -46,6 +46,9 @@ __all__ = [
"PluginInfo",
"PythonDependency",
"ConfigField",
"ConfigSection",
"ConfigLayout",
"ConfigTab",
"EventHandlerInfo",
"EventType",
"BaseEventHandler",