Wang Liang

Results 2 issues of Wang Liang

### What happened? I have already created an account and used it for a while, with the account being [email protected]. However, when I try to log in on another computer,...

在vscode 中,第一次,debug的时候,onstart钩子没有触发,只有修改main.js 后 Hot Restart,然后才触发onstart钩子 { entry: 'src/main/index.js', onstart({ startup }) { console.log('onstart') // 修改 main 代码后自动重启 startup([ '.', '--no-sandbox', '--sourcemap', // For Chrome devtools '--remote-debugging-port=9222' ]) }, } 下面是我的...