site public flag

This commit is contained in:
jxxghp
2023-07-06 11:49:01 +08:00
parent 3609033ef9
commit 84acb70ec2
4 changed files with 15 additions and 9 deletions

View File

@ -31,6 +31,8 @@ class Site(Base):
filter = Column(String)
# 是否渲染
render = Column(Integer)
# 是否公开站点
public = Column(Integer)
# 附加信息
note = Column(String)
# 流控单位周期