feat(update): add startup health rollback fuse

This commit is contained in:
chengma
2026-07-13 12:23:46 +08:00
parent 04124060fc
commit f6db4f0d62
16 changed files with 481 additions and 14 deletions
+1
View File
@@ -51,6 +51,7 @@ class UpdateCheckResult:
min_updater_protocol: int = 0
signature_algorithm: str = ""
manifest_signature: str = ""
automatic_update_error: str = ""
message: str = ""
error: str = ""