fix year type

This commit is contained in:
jxxghp
2025-03-23 23:16:11 +08:00
parent 22b69f7dac
commit 18f65e5597
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class SiteUserData(BaseModel):
# 下载量
download: Optional[int] = 0
# 分享率
ratio: Optional[float] = 0
ratio: Optional[float] = 0.0
# 做种数
seeding: Optional[int] = 0
# 下载数