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

@ -24,7 +24,11 @@ class Subscribe(Base):
# 季号
season = Column(Integer)
# 海报
image = Column(String)
poster = Column(String)
# 背景图
backdrop = Column(String)
# 评分
vote = Column(Integer)
# 简介
description = Column(String)
# 过滤规则