docs: 添加了几个图
This commit is contained in:
8
frontend/client/main.js
Normal file
8
frontend/client/main.js
Normal file
@ -0,0 +1,8 @@
|
||||
const { app, BrowserWindow } = require('electron');
|
||||
|
||||
function createWindow() {
|
||||
const win = new BrowserWindow();
|
||||
win.loadURL('http://localhost:4000/');
|
||||
}
|
||||
|
||||
app.whenReady().then(createWindow);
|
Reference in New Issue
Block a user