feat: add client release size bytes

This commit is contained in:
QiuSW
2026-07-13 17:04:59 +08:00
parent 8878769ec5
commit b71564e2bf
13 changed files with 96 additions and 15 deletions
+2
View File
@@ -11,6 +11,7 @@ class DownloadReleaseAdmin(admin.ModelAdmin):
"is_current",
"force_update",
"download_source",
"size_bytes",
"sha256_short",
"updated_at",
)
@@ -36,6 +37,7 @@ class DownloadReleaseAdmin(admin.ModelAdmin):
"fields": (
"file",
"external_url",
"size_bytes",
"sha256",
)
},