🐛 windows搜索优化

This commit is contained in:
sunyuqiang 2023-09-20 15:53:18 +08:00
parent ef77ca30b9
commit 9412d3bc59
2 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,7 @@ function fileDisplay(filePath) {
} }
if ( if (
!appDetail.target || !appDetail.target ||
appDetail.target.toLowerCase().indexOf('unin') >= 0 || appDetail.target.toLowerCase().indexOf('unin') >= 0
appDetail.args
) )
return; return;

View File

@ -93,6 +93,7 @@ const emit = defineEmits([
'focus', 'focus',
'clearSearchValue', 'clearSearchValue',
'readClipboardContent', 'readClipboardContent',
'clearClipbord',
]); ]);
const keydownEvent = (e, key: string) => { const keydownEvent = (e, key: string) => {