feat.Publisher完整包上传

This commit is contained in:
lincube
2026-06-01 17:28:26 +08:00
parent 131043fe37
commit 0c8830133a
8 changed files with 245 additions and 16 deletions

View File

@@ -10,4 +10,9 @@ public sealed record PlondsPublishResult(
string ChangedZipUrl,
string ChangedFolderKey,
string ChangedFolderUrl,
int ChangedFileCount);
string FilesZipKey,
string FilesZipUrl,
string FilesFolderKey,
string FilesFolderUrl,
int ChangedFileCount,
int FilesFileCount);