mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:53:44 +08:00
fix: add default valid key
This commit is contained in:
parent
1950cf5f99
commit
a744cca35a
@ -55,7 +55,7 @@ impl IProfiles {
|
|||||||
|
|
||||||
pub fn template() -> Self {
|
pub fn template() -> Self {
|
||||||
Self {
|
Self {
|
||||||
valid: Some(vec!["dns".into()]),
|
valid: Some(vec!["dns".into(), "sub-rules".into(), "unified-delay".into()]),
|
||||||
items: Some(vec![]),
|
items: Some(vec![]),
|
||||||
..Self::default()
|
..Self::default()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user