This commit is contained in:
2026-07-11 12:38:03 +08:00
parent cba3450596
commit c64cf06c33
31 changed files with 703 additions and 1971 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class User(Base, TimestampMixin):
# 私域人像素材总量限制。0 表示关闭模块;>0 表示启用并限制真人/虚拟、图片/视频素材总量。
private_portrait_asset_limit: Mapped[int] = mapped_column(
Integer, default=50, server_default="50", nullable=False
Integer, default=5, server_default="5", nullable=False
)
@property