Update On Sun Mar 8 19:47:26 CET 2026

This commit is contained in:
github-action[bot]
2026-03-08 19:47:26 +01:00
parent 7f8e87395d
commit 7cc100a4e5
47 changed files with 483 additions and 193 deletions
@@ -269,6 +269,7 @@ public class CoreConfigContextBuilder
IndexId = $"inner-{Utils.GetGuid(false)}",
ConfigType = EConfigType.ProxyChain,
CoreType = AppManager.Instance.GetCoreType(node, node.ConfigType),
Remarks = node.Remarks,
};
List<string?> childItems = [prevNode?.IndexId, node.IndexId, nextNode?.IndexId];
var chainExtraItem = chainNode.GetProtocolExtra() with