mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-25 11:59:27 +08:00
🐛 尝试修复 arm build 问题
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user