fix: add default valid key

This commit is contained in:
GyDi 2023-10-30 17:10:51 +08:00 committed by GitHub
parent fb08af96bd
commit d0aee76962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ impl IProfiles {
pub fn template() -> Self {
Self {
valid: Some(vec!["dns".into()]),
valid: Some(vec!["dns".into(), "sub-rules".into(), "unified-delay".into()]),
items: Some(vec![]),
..Self::default()
}