支持文件检索呼起插件

This commit is contained in:
muwoo
2021-12-20 18:33:00 +08:00
parent ced8aa846b
commit ff118dfe2d
25 changed files with 351 additions and 70 deletions

View File

@@ -132,4 +132,6 @@ window.rubick = {
shellOpenPath(path) {
shell.openPath(path);
},
getLocalId: () => ipcSendSync("getLocalId"),
};