refactor: Remove unnecessary changes

This commit is contained in:
MystiPanda
2023-12-07 13:43:53 +08:00
parent 8de2712652
commit f08ce82c3f
12 changed files with 10 additions and 594 deletions

View File

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