Browse Source

:memo: https://github.com/siyuan-note/siyuan/issues/8426

Vanessa 2 years ago
parent
commit
a6be83a150
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/src/types/index.d.ts

+ 2 - 0
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
 }