mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 09:24:06 +01:00
This commit is contained in:
parent
a00af1bd6c
commit
ed3f2af467
16 changed files with 63 additions and 50 deletions
9
app/src/types/index.d.ts
vendored
9
app/src/types/index.d.ts
vendored
|
|
@ -52,8 +52,8 @@ interface Window {
|
|||
}
|
||||
|
||||
interface IWorkspace {
|
||||
path:string
|
||||
closed:boolean
|
||||
path: string
|
||||
closed: boolean
|
||||
}
|
||||
|
||||
interface ICard {
|
||||
|
|
@ -171,7 +171,10 @@ interface ISiyuan {
|
|||
notebooks?: INotebook[],
|
||||
emojis?: IEmoji[],
|
||||
backStack?: IBackStack[],
|
||||
mobileEditor?: import("../protyle").Protyle, // mobile
|
||||
mobile?: {
|
||||
editor?: import("../protyle").Protyle
|
||||
files?: import("../mobile/util/MobileFiles").MobileFiles
|
||||
},
|
||||
user?: {
|
||||
userId: string
|
||||
userName: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue