支持开发者刷新插件

This commit is contained in:
muwoo
2021-12-27 11:52:54 +08:00
parent e89cfd049a
commit ab8b616f6a
10 changed files with 54 additions and 6 deletions

View File

@@ -10,4 +10,7 @@ window.market = {
deletePlugin(plugin) {
return remote.getGlobal("LOCAL_PLUGINS").deletePlugin(plugin);
},
}
refreshPlugin(plugin) {
return remote.getGlobal("LOCAL_PLUGINS").refreshPlugin(plugin);
},
};