mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-08 19:54:05 +08:00
🐛 windows搜索优化
This commit is contained in:
parent
ef77ca30b9
commit
9412d3bc59
@ -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;
|
||||||
|
|
||||||
|
@ -93,6 +93,7 @@ const emit = defineEmits([
|
|||||||
'focus',
|
'focus',
|
||||||
'clearSearchValue',
|
'clearSearchValue',
|
||||||
'readClipboardContent',
|
'readClipboardContent',
|
||||||
|
'clearClipbord',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const keydownEvent = (e, key: string) => {
|
const keydownEvent = (e, key: string) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user