vibe config example

This commit is contained in:
2026-04-23 16:08:41 +08:00
parent 2f1c7eb9d8
commit b892c3b46f
3 changed files with 530 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ impl Profile {
from obj;
self.sync_context.asset_version = asset_version as String;
self.sync_context.asset_hash = asset_hash as String;
self.sync_context.app_version = app_version as String;
self.concurrent = concurrent as Number.as_u64().ok_or(anyhow::Error::msg("concurrent is not usize"))? as usize;
}
Ok(())