Update schema11.rs

This commit is contained in:
Jarrett Ye 2025-10-15 09:17:33 +08:00
parent 9c8f0ffc7d
commit 1ac8769e30
No known key found for this signature in database
GPG key ID: EBFC55E0C1A352BB

View file

@ -25,6 +25,7 @@ pub(crate) fn schema11_config_as_string(creation_offset: Option<i32>) -> String
"schedVer": 2,
"creationOffset": creation_offset,
"sched2021": true,
"fsrs": true,
});
serde_json::to_string(&obj).unwrap()
}