主界面开发&插件运行容器开发&菜单开发

This commit is contained in:
muwoo
2021-11-30 15:44:56 +08:00
parent 766ba46dcc
commit c2f43bea39
10 changed files with 320 additions and 218 deletions

View File

@@ -29,7 +29,7 @@ export default () => {
if (process.env.WEBPACK_DEV_SERVER_URL) {
// Load the url of the dev server if in development mode
win.loadURL("http://localhost:8080" as string);
win.loadURL("http://localhost:8081" as string);
} else {
// Load the index.html when not in development
win.loadURL(`file://${__static}/runner/index.html`);