mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-18 00:34:19 +08:00
✨ 支持 setSubInput API
This commit is contained in:
@@ -38,8 +38,8 @@ export default () => {
|
||||
view.setAutoResize({ width: true });
|
||||
window.setSize(800, 660);
|
||||
view.webContents.openDevTools();
|
||||
executeHooks(plugin.ext, "PluginEnter");
|
||||
executeHooks(plugin.ext, "PluginReady");
|
||||
executeHooks("PluginEnter", plugin.ext);
|
||||
executeHooks("PluginReady", plugin.ext);
|
||||
});
|
||||
};
|
||||
|
||||
@@ -67,5 +67,6 @@ export default () => {
|
||||
init,
|
||||
getView,
|
||||
removeView,
|
||||
executeHooks,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user