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