fix subscribe

This commit is contained in:
jxxghp
2023-06-27 12:59:56 +08:00
parent 66f081de98
commit 03f59398f2
3 changed files with 13 additions and 3 deletions

View File

@ -18,7 +18,11 @@ class Subscribe(BaseModel):
# 季号
season: Optional[int]
# 海报
image: Optional[str]
poster: Optional[str]
# 背景图
backdrop: Optional[str]
# 评分
vote: int = 0
# 描述
description: Optional[str]
# 过滤规则