feat 插件API

This commit is contained in:
jxxghp
2023-09-08 15:38:32 +08:00
parent d1f9647a63
commit 678638e9f1
4 changed files with 16 additions and 6 deletions

View File

@ -32,3 +32,5 @@ class Plugin(BaseModel):
installed: Optional[bool] = False
# 运行状态
state: Optional[bool] = False
# 是否有详情页面
has_page: Optional[bool] = False