mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-18 00:34:19 +08:00
🐛 修复 allDocs 问题,新增 shellShowItemInFolder API
This commit is contained in:
@@ -141,4 +141,8 @@ window.rubick = {
|
||||
removePlugin() {
|
||||
ipcSend("removePlugin");
|
||||
},
|
||||
|
||||
shellShowItemInFolder: path => {
|
||||
ipcSend("shellShowItemInFolder", { path });
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user