fix
This commit is contained in:
@ -11,18 +11,18 @@ class Plugin(BaseModel):
|
||||
# 插件描述
|
||||
plugin_desc: str = None
|
||||
# 插件图标
|
||||
module_icon: str = None
|
||||
plugin_icon: str = None
|
||||
# 主题色
|
||||
module_color: str = None
|
||||
plugin_color: str = None
|
||||
# 插件版本
|
||||
module_version: str = None
|
||||
plugin_version: str = None
|
||||
# 插件作者
|
||||
module_author: str = None
|
||||
plugin_author: str = None
|
||||
# 作者主页
|
||||
author_url: str = None
|
||||
# 插件配置项ID前缀
|
||||
module_config_prefix: str = None
|
||||
plugin_config_prefix: str = None
|
||||
# 加载顺序
|
||||
module_order: int = 0
|
||||
plugin_order: int = 0
|
||||
# 可使用的用户级别
|
||||
auth_level: int = 0
|
||||
|
Reference in New Issue
Block a user