Parcourir la source

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

Vanessa il y a 2 ans
Parent
commit
a6be83a150
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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
 }