支持 ctrl/command + v 图片匹配

This commit is contained in:
muwoo
2021-12-27 14:49:01 +08:00
parent 91ce71f139
commit a8eeac5f8f
8 changed files with 86 additions and 30 deletions

View File

@@ -56,7 +56,7 @@ const createPluginManager = (): any => {
const { searchValue, onSearch, setSearchValue, placeholder } =
searchManager();
const { options, searchFocus, clipboardFile, clearClipboardFile } =
const { options, searchFocus, clipboardFile, clearClipboardFile, readClipboardContent } =
optionsManager({
searchValue,
appList,
@@ -124,6 +124,7 @@ const createPluginManager = (): any => {
searchFocus,
clipboardFile,
clearClipboardFile,
readClipboardContent,
};
};