mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 17:34:06 +01:00
This commit is contained in:
parent
42dc3712c1
commit
ddfaf6bdba
5 changed files with 27 additions and 4 deletions
10
app/src/types/index.d.ts
vendored
10
app/src/types/index.d.ts
vendored
|
|
@ -31,8 +31,6 @@ type TBazaarType = "templates" | "icons" | "widgets" | "themes"
|
|||
declare module "blueimp-md5"
|
||||
|
||||
interface Window {
|
||||
__localStorage__removeItem: (key: string) => void
|
||||
__localStorage__setItem: (key: string, value: string) => void
|
||||
dataLayer: any[]
|
||||
siyuan: ISiyuan
|
||||
webkit: any
|
||||
|
|
@ -47,6 +45,12 @@ interface Window {
|
|||
getBlockURL(): string
|
||||
}
|
||||
|
||||
newWindow: {
|
||||
positionPDF(pathStr: string, page: string | number): void
|
||||
}
|
||||
|
||||
Protyle: import("../protyle/method").default
|
||||
|
||||
goBack(): void
|
||||
|
||||
showKeyboardToolbar(height: number): void
|
||||
|
|
@ -609,7 +613,7 @@ declare interface IBlockTree {
|
|||
}
|
||||
|
||||
declare interface IBlock {
|
||||
riffCardReps? :number // 闪卡复习次数
|
||||
riffCardReps?: number // 闪卡复习次数
|
||||
depth?: number,
|
||||
box?: string;
|
||||
path?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue