Vanessa 2022-11-30 10:33:52 +08:00
parent a93e55ca15
commit 621abe6029
9 changed files with 56 additions and 14 deletions

View file

@ -49,7 +49,8 @@ interface Window {
}
interface ISearchOption {
group: number,
group: number, // 0不分组1按文档分组
layout: number // 0上下1左右
hasReplace: boolean,
method: number // 0文本1查询语法2SQL3正则表达式
hPath: string