mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-26 20:54:18 +08:00
🐛 修复部分问题
This commit is contained in:
@@ -10,6 +10,8 @@ export default () => {
|
||||
event.returnValue = data;
|
||||
});
|
||||
createWindow(pluginInfo, viewInfo, view);
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
require('@electron/remote/main').enable(win.webContents);
|
||||
};
|
||||
|
||||
const createWindow = async (pluginInfo, viewInfo, view) => {
|
||||
|
||||
Reference in New Issue
Block a user