diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index 0f946c423..ed5bdbc90 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -149,6 +149,7 @@ interface IPdfAnno { interface IBackStack { id: string, + // 仅移动端 data?: { startId: string, endId: string @@ -158,6 +159,7 @@ interface IBackStack { scrollTop?: number, callback?: string[], position?: { start: number, end: number } + // 仅桌面端 protyle?: IProtyle, zoomId?: string }