mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Mon Nov 4 19:36:06 CET 2024
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user