🐛 修复 allDocs 问题,新增 shellShowItemInFolder API

This commit is contained in:
muwoo
2022-02-18 11:43:30 +08:00
parent 497de040cf
commit 6adf25dbee
3 changed files with 16 additions and 3 deletions

View File

@@ -141,4 +141,8 @@ window.rubick = {
removePlugin() {
ipcSend("removePlugin");
},
shellShowItemInFolder: path => {
ipcSend("shellShowItemInFolder", { path });
},
};