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