This commit is contained in:
j2rong4cn 2025-03-21 21:55:34 +08:00 committed by GitHub
parent 62949cf389
commit 6d76366498
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -510,6 +510,9 @@ namespace ServiceLib.Services
var targetPath = Utils.GetBinPath($"{fileName}");
await DownloadGeoFile(url, fileName, targetPath, updateFunc);
if (!(config.CheckUpdateItem.SelectedCoreTypes?.Contains(ECoreType.mihomo.ToString()) ?? true)) {
break;
}
}
}