mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 09:54:07 +01:00
This commit is contained in:
parent
a93e55ca15
commit
621abe6029
9 changed files with 56 additions and 14 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -49,7 +49,8 @@ interface Window {
|
|||
}
|
||||
|
||||
interface ISearchOption {
|
||||
group: number,
|
||||
group: number, // 0:不分组,1:按文档分组
|
||||
layout: number // 0:上下,1:左右
|
||||
hasReplace: boolean,
|
||||
method: number // 0:文本,1:查询语法,2:SQL,3:正则表达式
|
||||
hPath: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue