feat 插件API
This commit is contained in:
@ -32,3 +32,5 @@ class Plugin(BaseModel):
|
||||
installed: Optional[bool] = False
|
||||
# 运行状态
|
||||
state: Optional[bool] = False
|
||||
# 是否有详情页面
|
||||
has_page: Optional[bool] = False
|
||||
|
Reference in New Issue
Block a user