feat: yaml merge key

This commit is contained in:
GyDi
2022-09-21 22:15:24 +08:00
parent 39a8ddcfec
commit f7a9ac0ba2
4 changed files with 27 additions and 3 deletions

View File

@@ -352,7 +352,7 @@ impl PrfItem {
}),
"merge" => Some(ChainItem {
uid,
data: ChainType::Merge(config::read_yaml::<Mapping>(path)),
data: ChainType::Merge(config::read_merge_mapping(path)),
}),
_ => None,
}