fix tons of bugs

This commit is contained in:
2026-04-17 18:56:56 +08:00
parent d83d611ab8
commit 2f1c7eb9d8
11 changed files with 99 additions and 74 deletions
+2
View File
@@ -12,6 +12,8 @@ pub struct SyncContext {
#[serde(default)]
pub asset_hash: Option<String>,
#[serde(default)]
pub app_version: Option<String>,
#[serde(default)]
pub exact_single_file_bundle: bool,
}