feat:订阅历史以及API

This commit is contained in:
jxxghp
2024-04-18 21:00:57 +08:00
parent 3a18267ec0
commit f6222122c0
2 changed files with 7 additions and 1 deletions

View File

@ -62,6 +62,8 @@ class Subscribe(BaseModel):
save_path: Optional[str] = None
# 是否使用 imdbid 搜索
search_imdbid: Optional[int] = 0
# 时间
date: Optional[str] = None
class Config:
orm_mode = True