mirror of
https://gitee.com/mafgwo/stackedit
synced 2024-11-16 11:42:23 +08:00
searchfile徽章
This commit is contained in:
parent
be3cb3c65f
commit
a85fe36105
|
@ -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) {
|
||||
|
|
|
@ -101,6 +101,11 @@ export default [
|
|||
'文件夹删除',
|
||||
'使用文件资源管理器删除文档空间中的文件夹。',
|
||||
),
|
||||
new Feature(
|
||||
'searchFile',
|
||||
'文件搜索',
|
||||
'使用文件资源管理器搜索文档空间中的文件。',
|
||||
),
|
||||
],
|
||||
),
|
||||
new Feature(
|
||||
|
|
Loading…
Reference in New Issue
Block a user