mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
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