searchfile徽章

This commit is contained in:
xiaoqi.cxq 2022-08-17 13:51:36 +08:00
parent be3cb3c65f
commit a85fe36105
2 changed files with 7 additions and 0 deletions

View File

@ -54,6 +54,7 @@ import explorerSvc from '../services/explorerSvc';
import store from '../store';
import MenuEntry from './menus/common/MenuEntry';
import localDbSvc from '../services/localDbSvc';
import badgeSvc from '../services/badgeSvc';
export default {
components: {
@ -135,6 +136,7 @@ export default {
}
});
this.searching = false;
badgeSvc.addBadge('searchFile');
});
},
clickSearch(item) {

View File

@ -101,6 +101,11 @@ export default [
'文件夹删除',
'使用文件资源管理器删除文档空间中的文件夹。',
),
new Feature(
'searchFile',
'文件搜索',
'使用文件资源管理器搜索文档空间中的文件。',
),
],
),
new Feature(