mirror of
https://github.com/Bluemangoo/sekai-unpacker.git
synced 2026-09-20 00:06:52 +08:00
vibe config example
This commit is contained in:
@@ -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(())
|
||||
|
||||
Reference in New Issue
Block a user