支持 removePlugin API

This commit is contained in:
muwoo
2022-01-11 19:38:52 +08:00
parent 04e674d1cd
commit 4cf00f9270
3 changed files with 6 additions and 2 deletions

View File

@@ -137,4 +137,8 @@ window.rubick = {
},
getLocalId: () => ipcSendSync("getLocalId"),
removePlugin() {
ipcSend("removePlugin");
},
};