feat(card): 卡片默认隐藏
This commit is contained in:
@@ -180,7 +180,7 @@ class UserCollection(BaseModel, DateModel):
|
||||
DECIMAL(10, 2), default=0
|
||||
)
|
||||
displayed: Mapped[bool] = mapped_column(
|
||||
Boolean, default=True
|
||||
Boolean, default=False
|
||||
)
|
||||
|
||||
user: Mapped['User'] = relationship(back_populates='collections')
|
||||
|
||||
Reference in New Issue
Block a user