Vanessa 2025-01-13 12:47:28 +08:00
parent 5a9bb84641
commit a635bcbafd
15 changed files with 63 additions and 64 deletions

View file

@ -217,7 +217,12 @@ interface Window {
destroyTheme(): Promise<void>
}
interface filesPath {
interface IRefDefs {
refID: string,
defIDs?: string[]
}
interface IFilesPath {
notebookId: string,
openPaths: string[]
}
@ -234,7 +239,7 @@ interface ISaveLayout {
name: string,
layout: IObject
time: number
filesPaths: filesPath[]
filesPaths: IFilesPath[]
}
interface IWorkspace {

View file

@ -448,7 +448,7 @@ interface IProtyleOptions {
rootId?: string
originalRefBlockIDs?: IObject
key?: string
defId?: string
defIds?: string[]
render?: {
background?: boolean
title?: boolean