searchfile徽章
This commit is contained in:
parent
be3cb3c65f
commit
a85fe36105
@ -54,6 +54,7 @@ import explorerSvc from '../services/explorerSvc';
|
|||||||
import store from '../store';
|
import store from '../store';
|
||||||
import MenuEntry from './menus/common/MenuEntry';
|
import MenuEntry from './menus/common/MenuEntry';
|
||||||
import localDbSvc from '../services/localDbSvc';
|
import localDbSvc from '../services/localDbSvc';
|
||||||
|
import badgeSvc from '../services/badgeSvc';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
@ -135,6 +136,7 @@ export default {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.searching = false;
|
this.searching = false;
|
||||||
|
badgeSvc.addBadge('searchFile');
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
clickSearch(item) {
|
clickSearch(item) {
|
||||||
|
@ -101,6 +101,11 @@ export default [
|
|||||||
'文件夹删除',
|
'文件夹删除',
|
||||||
'使用文件资源管理器删除文档空间中的文件夹。',
|
'使用文件资源管理器删除文档空间中的文件夹。',
|
||||||
),
|
),
|
||||||
|
new Feature(
|
||||||
|
'searchFile',
|
||||||
|
'文件搜索',
|
||||||
|
'使用文件资源管理器搜索文档空间中的文件。',
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
new Feature(
|
new Feature(
|
||||||
|
Loading…
Reference in New Issue
Block a user