mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 19:18:06 +01:00
This commit is contained in:
parent
f2766ede4c
commit
ddcd38cb2e
4 changed files with 19 additions and 4 deletions
3
app/src/types/protyle.d.ts
vendored
3
app/src/types/protyle.d.ts
vendored
|
|
@ -375,6 +375,9 @@ interface IHint {
|
|||
|
||||
/** @link https://ld246.com/article/1549638745630#options */
|
||||
interface IOptions {
|
||||
history?: {
|
||||
created?: string
|
||||
},
|
||||
backlinkData?: {
|
||||
blockPaths: IBreadcrumb[],
|
||||
dom: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue