提交 1adb6ff5 编写于 作者: N ninecents

打开devtool

上级 b23f9ae5
......@@ -36,6 +36,9 @@ function createWindow(): void {
} else {
mainWindow.loadFile(path.join(__dirname, '../renderer/index.html'))
}
// Open the DevTools.
mainWindow.webContents.openDevTools()
}
// This method will be called when Electron has finished
......
import Wechat from "wechat-mp-hack";
class MyWeChat extends Wechat {
}
export default MyWeChat;
function test() {
}
test();
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册