mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 11:38:06 +01:00
This commit is contained in:
parent
f6dd7722ad
commit
622b6d2c84
12 changed files with 27 additions and 8 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -85,6 +85,7 @@ interface ISearchOption {
|
|||
listItem: boolean
|
||||
codeBlock: boolean
|
||||
htmlBlock: boolean
|
||||
embedBlock: boolean
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -442,6 +443,7 @@ declare interface IConfig {
|
|||
sort: number
|
||||
}
|
||||
search: {
|
||||
embedBlock: boolean
|
||||
htmlBlock: boolean
|
||||
document: boolean
|
||||
heading: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue