🐛 尝试修复 arm build 问题

This commit is contained in:
muwoo
2023-09-27 10:49:15 +08:00
parent d1ce6a307d
commit effd00f10f
7 changed files with 17 additions and 9 deletions

View File

@@ -176,6 +176,14 @@ const createPluginManager = (): any => {
state.pluginLoading = false;
};
window.searchFocus = (args, strict) => {
ipcRenderer.send('msg-trigger', {
type: 'removePlugin',
});
window.initRubick();
searchFocus(args, strict);
};
return {
...toRefs(state),
initPlugins,