feat:识别支持后台处理

This commit is contained in:
jxxghp
2024-12-27 17:45:04 +08:00
parent 75bb52ccca
commit e3552d4086
3 changed files with 216 additions and 137 deletions
+2
View File
@@ -46,6 +46,8 @@ class DownloadHistory(BaseModel):
date: Optional[str] = None
# 备注
note: Optional[Any] = None
# 自定义媒体类别
media_category: Optional[str] = None
class Config:
orm_mode = True