Skip to content

Commit

Permalink
feat: more web formats supported
Browse files Browse the repository at this point in the history
as title

Log: as title
  • Loading branch information
Johnson-zs committed May 22, 2024
1 parent 42fa400 commit 323726c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
dde-file-manager (6.0.51) unstable; urgency=medium

* 6.0.51
*

-- zhangsheng <[email protected]> Tue, 21 May 2024 19:21:50 +0800

dde-file-manager (6.0.50) unstable; urgency=medium

* new AM adapt.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
static constexpr char kFilterFolders[] = "^/(boot|dev|proc|sys|run|lib|usr).*$";
static constexpr char kSupportFiles[] = "(rtf)|(odt)|(ods)|(odp)|(odg)|(docx)|(xlsx)|(pptx)|(ppsx)|(md)|"
"(xls)|(xlsb)|(doc)|(dot)|(wps)|(ppt)|(pps)|(txt)|(pdf)|(dps)|"
"(sh)|(html)|(xml)|(xhtml)|(json)|(css)|(yaml)|(ini)|(bat)|"
"(js)|(sql)|(uof)|(ofd)";
"(sh)|(html)|(htm)|(xml)|(xhtml)|(dhtml)|(shtm)|(shtml)|"
"(json)|(css)|(yaml)|(ini)|(bat)|(js)|(sql)|(uof)|(ofd)";
static int kMaxResultNum = 100000; // 最大搜索结果数
static int kEmitInterval = 50; // 推送时间间隔

Expand Down

0 comments on commit 323726c

Please sign in to comment.