mirror of
https://github.com/rubickCenter/rubick
synced 2026-01-02 01:49:27 +08:00
chore: API改为类,成员函数变量增加static关键字 & yarn lint
This commit is contained in:
@@ -43,7 +43,9 @@ export default () => {
|
||||
|
||||
win.once("ready-to-show", () => {
|
||||
win.setBrowserView(view);
|
||||
win.webContents.executeJavaScript(`window.initDetach(${JSON.stringify(pluginInfo)})`)
|
||||
win.webContents.executeJavaScript(
|
||||
`window.initDetach(${JSON.stringify(pluginInfo)})`
|
||||
);
|
||||
win.show();
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user