This commit is contained in:
Liang Ding 2023-01-19 14:07:38 +08:00
parent f6dd7722ad
commit 622b6d2c84
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
12 changed files with 27 additions and 8 deletions

View file

@ -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