enhance(apis): support custom uuid to create page

This commit is contained in:
charlie
2025-10-30 21:38:04 +08:00
parent a138a0e973
commit 28bc28ecd3
2 changed files with 6 additions and 3 deletions

View File

@@ -762,6 +762,7 @@ export interface IEditorProxy extends Record<string, any> {
opts?: Partial<{
redirect: boolean
createFirstBlock: boolean
customUUID: string
format: BlockEntity['format']
journal: boolean
}>