@ -0,0 +1 @@
registry=https://registry.npm.taobao.org/
@ -12,4 +12,7 @@ const createWindow = () => {
app.whenReady().then(() => {
createWindow()
})
app.on('window-all-closed', () => {
if (process.platform !== 'darwin') app.quit()