This commit is contained in:
2026-04-07 23:00:07 +08:00
parent 6645ab6138
commit 6f6d76e5a9

View File

@@ -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,
}