🐛 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 (
!appDetail.target ||
appDetail.target.toLowerCase().indexOf('unin') >= 0 ||
appDetail.args
appDetail.target.toLowerCase().indexOf('unin') >= 0
)
return;

View File

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