Update On Mon Nov 4 19:36:06 CET 2024

This commit is contained in:
github-action[bot]
2024-11-04 19:36:07 +01:00
parent 1431af3b42
commit c581bcf071
188 changed files with 4337 additions and 2013 deletions
@@ -162,6 +162,7 @@ namespace ServiceLib.Handler
config.ClashUIItem ??= new();
config.SystemProxyItem ??= new();
config.WebDavItem ??= new();
config.CheckUpdateItem ??= new();
return config;
}
@@ -1358,6 +1359,7 @@ namespace ServiceLib.Handler
item.PrevProfile = subItem.PrevProfile;
item.NextProfile = subItem.NextProfile;
item.PreSocksPort = subItem.PreSocksPort;
item.Memo = subItem.Memo;
}
if (Utils.IsNullOrEmpty(item.Id))