fix: 修复站点用户数据转换并完善媒体来源扩展

This commit is contained in:
jxxghp
2026-08-18 14:50:09 +08:00
parent c2a27f7c71
commit dc23977b0c
11 changed files with 179 additions and 2 deletions
+3
View File
@@ -124,6 +124,9 @@ class SiteUserData(BaseModel):
# 更新时间
updated_time: Optional[str] = None
# 查询仓储返回 SQLAlchemy ORM 对象时,从对象属性读取字段。
model_config = ConfigDict(from_attributes=True)
class SiteAuth(BaseModel):
"""站点认证模块及其参数。"""