David
David
electron-builder配置发出来
@zouHuaLu 重启后刷新就行了
已解决
@mengsixing 牛逼,我搞一个杭州的试试
@kf53916 ```js ipcMain.on("checkForUpdate", () => { // 执行自动更新检查 autoUpdater.checkForUpdates(); }) ``` Your `checkForUpdates()` method is manually checked instead of automatically checked, and requires the renderer process to trigger checkForUpdate, whether...
需要自己加入
@ConardLi ``` /* * @lc app=leetcode.cn id=230 lang=javascript * * [230] 二叉搜索树中第K小的元素 */ /** * Definition for a binary tree node. * function TreeNode(val) { * this.val = val; *...
> Aa, I think I found the reason. I had installed Git with all the path modifications (using Windows 10), so it was probably messing up something. Uninstalled Git and...
幸亏先来看issue
``` function change() { $('#player').html('') } 确定 ``` If you cannot replace the attribute(src), replace the entire HTML