mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-17 16:24:16 +08:00
✨ 支持 removePlugin API
This commit is contained in:
@@ -137,4 +137,8 @@ window.rubick = {
|
||||
},
|
||||
|
||||
getLocalId: () => ipcSendSync("getLocalId"),
|
||||
|
||||
removePlugin() {
|
||||
ipcSend("removePlugin");
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user