feat: add client release force update flag

This commit is contained in:
QiuSW
2026-07-08 15:38:59 +08:00
parent 30d9df34eb
commit 6646c64a76
14 changed files with 130 additions and 29 deletions
+1
View File
@@ -191,6 +191,7 @@ class ClientLatestReleaseView(APIView):
"download_url": download_url,
"sha256": release.sha256,
"release_notes": release.release_notes,
"force_update": release.force_update,
"published_at": timezone.localtime(release.updated_at).isoformat(),
},
},