17 Star 103 Fork 0

加多宝 / TDengineGUI3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 290 Bytes
一键复制 编辑 原始数据 按行查看 历史
加多宝 提交于 2022-11-14 15:07 . 初始化项目
const { app, BrowserWindow } = require('electron')
function createWindow () {
const win = new BrowserWindow({
width: 1200,
height: 880,
webPreferences: {
nodeIntegration: true
}
})
win.loadFile('./renderer/index.html')
}
app.whenReady().then(createWindow)
1
https://gitee.com/wwtbnbw6688/tdengine-gui3.git
git@gitee.com:wwtbnbw6688/tdengine-gui3.git
wwtbnbw6688
tdengine-gui3
TDengineGUI3
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891