From a6be83a150804f43ec1867ca6a54cb4ac834437f Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 2 Jun 2023 10:23:20 +0800 Subject: [PATCH] :memo: https://github.com/siyuan-note/siyuan/issues/8426 --- app/src/types/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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 }