feat: 支持打开文件所在的文件夹 调整打开文件的图标

This commit is contained in:
ZiuChen
2022-09-04 21:49:24 +08:00
parent 4cedb3a60a
commit 70469cd4b0
3 changed files with 12 additions and 4 deletions

View File

@@ -248,6 +248,7 @@ window.copy = copy
window.paste = paste
window.remove = remove
window.openFile = utools.shellOpenPath
window.openFileFolder = utools.shellShowItemInFolder
window.getIcon = utools.getFileIcon
window.focus = focus
window.toTop = toTop