feat.PLONDS客户端

This commit is contained in:
lincube
2026-06-01 19:48:51 +08:00
parent 0c8830133a
commit 03e4442e74
39 changed files with 2582 additions and 991 deletions

View File

@@ -12,4 +12,5 @@ public sealed record PlondsManifest(
IReadOnlyDictionary<string, PlondsFileEntry> FilesMap,
IReadOnlyDictionary<string, PlondsChangedFileEntry> ChangedFilesMap,
IReadOnlyDictionary<string, string> Checksums,
PlondsDownloadInfo? Downloads = null);
PlondsDownloadInfo? Downloads = null,
IReadOnlyList<PlondsSourceDescriptor>? Sources = null);