mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 05:18:44 +08:00
Fix bug
This commit is contained in:
@@ -128,8 +128,11 @@ enum CryptType {
|
||||
#[derive(Clone, Debug, Deserialize)]
|
||||
#[serde(rename_all = "PascalCase")]
|
||||
pub struct BaseSchema {
|
||||
#[serde(default)]
|
||||
hash_after_crypt: bool,
|
||||
#[serde(default)]
|
||||
startup_tjs_not_encrypted: bool,
|
||||
#[serde(default)]
|
||||
obfuscated_index: bool,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user