mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-15 12:04:25 +08:00
937 B
937 B
title | order | icon | category |
---|---|---|---|
liteyuki.plugin.model | 1 | laptop-code | API |
class PluginType(Enum)
插件类型枚举值
attr APPLICATION
Type: 'application'
attr SERVICE
Type: 'service'
attr IMPLEMENTATION
Type: 'implementation'
attr MODULE
Type: 'module'
attr UNCLASSIFIED
Type: 'unclassified'
class PluginMetadata(BaseModel)
轻雪插件元数据,由插件编写者提供,name为必填项 Attributes:
name: str 插件名称 description: str 插件描述 usage: str 插件使用方法 type: str 插件类型 author: str 插件作者 homepage: str 插件主页 extra: dict[str, Any] 额外信息
class Plugin(BaseModel)
存储插件信息
attr model_config
Type: {'arbitrary_types_allowed': True}