feat:插件增加排序字段

This commit is contained in:
jxxghp
2024-04-30 08:34:37 +08:00
parent 008e11d63f
commit 43f594393c
2 changed files with 6 additions and 0 deletions

View File

@ -44,3 +44,5 @@ class Plugin(BaseModel):
install_count: Optional[int] = 0
# 更新记录
history: Optional[dict] = {}
# 添加时间,值越小表示越靠后发布
add_time: Optional[int] = 0