diff --git a/package.json b/package.json index a6825bb..03cd3f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rubick", - "version": "2.2.3", + "version": "2.2.4", "author": "muwoo <2424880409@qq.com>", "private": true, "scripts": { diff --git a/src/main/browsers/runner.ts b/src/main/browsers/runner.ts index 7cd9e22..55cc63f 100644 --- a/src/main/browsers/runner.ts +++ b/src/main/browsers/runner.ts @@ -80,7 +80,7 @@ export default () => { view.webContents.once('dom-ready', () => { const height = pluginSetting && pluginSetting.height; window.setSize(800, height || 660); - view.setBounds({ x: 0, y: 60, width: 800, height: height || 660 }); + view.setBounds({ x: 0, y: 60, width: 800, height: height || 600 }); view.setAutoResize({ width: true }); executeHooks('PluginEnter', plugin.ext); executeHooks('PluginReady', plugin.ext);