feat(all): 同步最新进度

This commit is contained in:
xingc
2025-04-03 17:21:29 +08:00
parent d6098c8b87
commit 70e0e5b034
24 changed files with 806 additions and 184 deletions

View File

@@ -33,7 +33,7 @@ class LiteUser(BaseModel):
displayed_card_total: Optional[int] = 0
class UserFollows(Schema):
class UserFollows(BaseModel):
nickname: str
user_id: int
gender: Optional[int] = None