Prepare internal extension distribution

This commit is contained in:
2026-04-29 16:58:35 +08:00
parent 4f1f80b79b
commit 37e29bd6b8
23 changed files with 380 additions and 38 deletions
-2
View File
@@ -6,7 +6,6 @@ export interface BatchPayload {
authorId: string;
authorName: string;
}>;
batchId: string;
batchName: string;
createdAt: string;
creatorName: string;
@@ -40,7 +39,6 @@ export function createBatchPayload(options: {
authorId: record.authorId,
authorName: record.authorName
})),
batchId: `${logtoUserId}-${options.createdAt}`,
batchName,
createdAt: options.createdAt,
creatorName: